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

Method sync

interfaces/Python/cpp_classes/PythonStreamBuffer.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 int PythonStreamBuffer::sync() {
25 this->flush_function();
26 return 0;
27 }
28} // namespace

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected