MCPcopy 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_uintptrFunction · 0.85
write_pointerMethod · 0.45

Tested by

no test coverage detected