Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resize
Method · 0.80
set
Method · 0.45
Tested by
no test coverage detected