Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ strintern
Function
strintern
hashmap.h:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
*/
571
const void *memintern(const void *data, size_t len);
572
static inline const char *strintern(const char *string)
573
{
574
return memintern(string, strlen(string));
575
}
576
577
#endif
Callers
4
kvi_from_source
Function · 0.85
add_watch
Function · 0.85
test_hashmap__intern
Function · 0.85
fsmonitor_batch__add_path
Function · 0.85
Calls
1
memintern
Function · 0.85
Tested by
1
test_hashmap__intern
Function · 0.68