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

Method specs

extlibs/fmt/include/fmt/format.h:1871–1871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1869 writer_type& writer() { return writer_; }
1870 FMT_DEPRECATED format_specs* spec() { return specs_; }
1871 format_specs* specs() { return specs_; }
1872 iterator out() { return writer_.out(); }
1873
1874 void write(bool value) {

Callers 2

write_null_pointerMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected