MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / keyEquals

Function keyEquals

src/dictionary.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19static inline bool keyEquals(const char* candidate, const char* key, size_t length) {
20 return strncmp(candidate, key, length) == 0 && candidate[length] == 0;
21}
22
23
24Dictionary::Dictionary() {

Callers 1

lookupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected