MCPcopy Create free account
hub / github.com/comaps/comaps / IsDummyName

Function IsDummyName

libs/indexer/feature_data.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278{
279
280bool IsDummyName(string_view s)
281{
282 return s.empty();
283}
284
285} // namespace
286

Callers 2

AddNameMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected