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

Method init_buffer

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

Source from the content-addressed store, hash-verified

1633 auto is_buffered() const -> bool { return false; }
1634 auto needs_flush() const -> bool { return false; }
1635 void init_buffer() {}
1636
1637 auto get_read_buffer() const -> span<const char> {
1638 return {&next_, has_next_ ? 1u : 0u};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected