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

Function parse_blob_buffer

blob.c:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void parse_blob_buffer(struct blob *item)
16{
17 item->object.parsed = 1;
18}

Callers 2

parse_object_bufferFunction · 0.85
parse_object_with_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected