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

Method grow

extlibs/fmt/include/fmt/core.h:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731 protected:
732 void grow(std::size_t capacity) FMT_OVERRIDE {
733 container_.resize(capacity);
734 this->set(&container_[0], capacity);
735 }
736
737 public:
738 explicit container_buffer(Container& c)

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected