MCPcopy 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
224static inline void *mark_to_ptr(uint32_t mark)
225{
226 return (void *)(uintptr_t)mark;
227}
228
229static inline uint32_t ptr_to_mark(void * mark)
230{

Callers 1

mark_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected