MCPcopy Create free account
hub / github.com/arun11299/cpp-subprocess / Buffer

Method Buffer

cpp-subprocess/subprocess.hpp:1060–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058{
1059public:
1060 Buffer() {}
1061 explicit Buffer(size_t cap) { buf.resize(cap); }
1062 void add_cap(size_t cap) { buf.resize(cap); }
1063

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected