Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ mark_object
Function
mark_object
builtin/fast-export.c:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
static inline void mark_object(struct object *object, uint32_t mark)
235
{
236
add_decoration(&idnums, object, mark_to_ptr(mark));
237
}
238
239
static inline void mark_next_object(struct object *object)
240
{
Callers
2
mark_next_object
Function · 0.70
import_marks
Function · 0.70
Calls
2
add_decoration
Function · 0.85
mark_to_ptr
Function · 0.85
Tested by
no test coverage detected