Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ mark_next_object
Function
mark_next_object
builtin/fast-export.c:239–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
static inline void mark_next_object(struct object *object)
240
{
241
mark_object(object, ++last_idnum);
242
}
243
244
static int get_object_mark(struct object *object)
245
{
Callers
3
export_blob
Function · 0.85
handle_commit
Function · 0.85
handle_tag
Function · 0.85
Calls
1
mark_object
Function · 0.70
Tested by
no test coverage detected