MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / parse_interactive_command

Method parse_interactive_command

src/Chain/libraries/cli/Cli.cpp:1224–1227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 return my->parse_recognized_interactive_command(argument_stream, method_data);
1223 }
1224 fc::variants Cli::parse_interactive_command(fc::buffered_istream& argument_stream, const string& command)
1225 {
1226 return my->parse_interactive_command(argument_stream, command);
1227 }
1228 fc::variant Cli::execute_interactive_command(const string& command, const fc::variants& arguments)
1229 {
1230 return my->execute_interactive_command(command, arguments);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected