Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
void parse_blob_buffer(struct blob *item)
16
{
17
item->object.parsed = 1;
18
}
Callers
2
parse_object_buffer
Function · 0.85
parse_object_with_flags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected