MCPcopy Create free account
hub / github.com/Clarionos/clarion / start

Method start

libraries/fc/src/rpc/cli.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void cli::start()
63{
64 cli_commands() = get_method_names(0);
65 _run_complete = fc::async( [&](){ run(); } );
66}
67
68void cli::stop()
69{

Callers 1

testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected