MCPcopy Create free account
hub / github.com/asmuth/clip / allocSize

Method allocSize

src/utils/buffer.cc:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177size_t Buffer::allocSize() const {
178 return alloc_;
179}
180
181std::string Buffer::toString() const {
182 return std::string(static_cast<char *>(data_), size_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected