MCPcopy Create free account
hub / github.com/git/git / cache_tree_write

Function cache_tree_write

cache-tree.c:545–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void cache_tree_write(struct strbuf *sb, struct cache_tree *root)
546{
547 trace2_region_enter("cache_tree", "write", the_repository);
548 write_one(sb, root, "", 0);
549 trace2_region_leave("cache_tree", "write", the_repository);
550}
551
552static int parse_int(const char **ptr, unsigned long *len_p, int *out)
553{

Callers 1

do_write_indexFunction · 0.85

Calls 1

write_oneFunction · 0.70

Tested by

no test coverage detected