MCPcopy Index your code
hub / github.com/git/git / strmap_init

Function strmap_init

strmap.c:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void strmap_init(struct strmap *map)
27{
28 struct strmap blank = STRMAP_INIT;
29 memcpy(map, &blank, sizeof(*map));
30}
31
32void strmap_init_with_options(struct strmap *map,
33 struct mem_pool *pool,

Callers 11

merge_startFunction · 0.85
packfile_store_newFunction · 0.85
register_ref_store_mapFunction · 0.85
strintmap_initFunction · 0.85
strset_initFunction · 0.85
build_hook_config_mapFunction · 0.85
get_hook_config_cacheFunction · 0.85
clear_paths_to_listsFunction · 0.85
reftable_be_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected