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

Method add_cap

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

Source from the content-addressed store, hash-verified

1060 Buffer() {}
1061 explicit Buffer(size_t cap) { buf.resize(cap); }
1062 void add_cap(size_t cap) { buf.resize(cap); }
1063
1064#if 0
1065 Buffer(const Buffer& other):

Callers 2

communicateMethod · 0.80
communicate_threadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected