MCPcopy Create free account
hub / github.com/bcndev/bytecoin / sync

Method sync

src/common/ConsoleTools.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86#endif
87}
88int UnicodeConsoleSetup::sync() {
89 printf("%s", str().c_str());
90 fflush(stdout);
91 str(std::string{});
92 return 0;
93}
94bool UnicodeConsoleSetup::getline(std::string &line, bool hide_input) {
95// std::string test;
96// std::cout << "Enter test visible: " << std::flush;

Callers

nothing calls this directly

Calls 1

strFunction · 0.85

Tested by

no test coverage detected