Skip to content

src: remove erroneous default argument in RadixTree

This default argument can never benefit any potential caller because any call site that occurs after this definition will result in a compiler error due to RadixTree::Lookup(const std::string_view&) now being an ambiguous call target.

The original unambiguous definition is this:

https://github.com/nodejs/node/blob/59a9e49f85c9d6e2bb42bc1656b2a913ccde2d05/src/permission/fs_permission.h#L129-L130

Merge request reports

Loading