MCPcopy 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 */
571const void *memintern(const void *data, size_t len);
572static inline const char *strintern(const char *string)
573{
574 return memintern(string, strlen(string));
575}
576
577#endif

Callers 4

kvi_from_sourceFunction · 0.85
add_watchFunction · 0.85
test_hashmap__internFunction · 0.85

Calls 1

meminternFunction · 0.85

Tested by 1

test_hashmap__internFunction · 0.68