Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ write_pointer
Method
write_pointer
extlibs/fmt/include/fmt/format.h:1864–1866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1862
}
1863
1864
void write_pointer(const void* p) {
1865
writer_.write_pointer(internal::to_uintptr(p), specs_);
1866
}
1867
1868
protected:
1869
writer_type& writer() { return writer_; }
Callers
nothing calls this directly
Calls
2
to_uintptr
Function · 0.85
write_pointer
Method · 0.45
Tested by
no test coverage detected