Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
static 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
24
Dictionary::Dictionary() {
Callers
1
lookup
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected