MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / WildcardMatch

Function WildcardMatch

src/bt_factory.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95} // namespace
96
97bool WildcardMatch(std::string const& str, StringView filter)
98{
99 return wildcards_match(str, { filter.data(), filter.size() });
100}
101
102struct BehaviorTreeFactory::PImpl
103{

Callers 1

getNodesByPathMethod · 0.85

Calls 3

wildcards_matchFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected