MCPcopy Create free account
hub / github.com/fmtlib/fmt / get_write_buffer

Method get_write_buffer

include/fmt/format-inl.h:1641–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639 }
1640
1641 auto get_write_buffer() const -> span<char> { return {nullptr, 0}; }
1642
1643 void advance_write_buffer(size_t) {}
1644

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected