MCPcopy Create free account
hub / github.com/cvanaret/Uno / xsputn

Method xsputn

interfaces/Python/cpp_classes/PythonStreamBuffer.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11
12 std::streamsize PythonStreamBuffer::xsputn(const char* s, std::streamsize n) {
13 this->write_function(std::string(s, n));
14 return n;
15 }
16
17 int PythonStreamBuffer::overflow(int c) {
18 if (c != EOF) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected