Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ write
Method
write
lib/tiny-process/process.cpp:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
bool Process::write(const std::string &str) {
52
return write(str.c_str(), str.size());
53
}
54
55
} // namespace TinyProcessLib
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
3
write
Function · 0.85
c_str
Method · 0.45
size
Method · 0.45
Tested by
1
main
Function · 0.36