MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / write_null_pointer

Method write_null_pointer

extlibs/fmt/include/fmt/printf.h:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 context_type& context_;
210
211 void write_null_pointer(char) {
212 this->specs()->type = 0;
213 this->write("(nil)");
214 }
215
216 void write_null_pointer(wchar_t) {
217 this->specs()->type = 0;

Callers

nothing calls this directly

Calls 2

specsMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected