Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ mark_to_ptr
Function
mark_to_ptr
builtin/fast-export.c:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
static inline void *mark_to_ptr(uint32_t mark)
225
{
226
return (void *)(uintptr_t)mark;
227
}
228
229
static inline uint32_t ptr_to_mark(void * mark)
230
{
Callers
1
mark_object
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected