MCPcopy Create free account
hub / github.com/daniele77/cli / UserInput

Function UserInput

test/test_cli.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void UserInput(Cli& cli, stringstream& oss, const string& input)
80{
81 oss.str("");
82 oss.clear();
83
84 stringstream iss;
85 iss.str(input + '\n');
86 CliFileSession session(cli, iss, oss);
87 session.Start();
88}
89
90} // namespace
91

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected