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

Method execute_interactive_command

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

Source from the content-addressed store, hash-verified

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);
1231 }
1232 void Cli::format_and_print_result(const string& command,
1233 const fc::variants& arguments,
1234 const fc::variant& result)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected