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

Function object_context_release

object-name.c:1524–1528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1522}
1523
1524void object_context_release(struct object_context *ctx)
1525{
1526 free(ctx->path);
1527 strbuf_release(&ctx->symlink_path);
1528}
1529
1530int repo_get_oid_with_flags(struct repository *r, const char *name,
1531 struct object_id *oid, unsigned flags)

Callers 9

handle_dotdotFunction · 0.85
handle_revision_arg_1Function · 0.85
setup_revisionsFunction · 0.85
repo_get_oid_with_flagsFunction · 0.85
show_blob_objectFunction · 0.85
cmd_grepFunction · 0.85
cat_one_fileFunction · 0.85
batch_one_objectFunction · 0.85

Calls 1

strbuf_releaseFunction · 0.85

Tested by

no test coverage detected