MCPcopy 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
51bool Process::write(const std::string &str) {
52 return write(str.c_str(), str.size());
53}
54
55} // namespace TinyProcessLib

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 3

writeFunction · 0.85
c_strMethod · 0.45
sizeMethod · 0.45

Tested by 1

mainFunction · 0.36