Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-subprocess
/ bufsize
Method
bufsize
cpp-subprocess/subprocess.hpp:791–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
789
*/
790
struct bufsize {
791
explicit bufsize(int sz): bufsiz(sz) {}
792
int bufsiz = 0;
793
};
794
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected