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

Method direct_invoke_method

src/Chain/libraries/rpc/RpcServer.cpp:1735–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1733 }
1734
1735 fc::variant RpcServer::direct_invoke_method(const std::string& method_name, const fc::variants& arguments)
1736 {
1737 return my->direct_invoke_method(method_name, arguments);
1738 }
1739
1740 const thinkyoung::api::MethodData& RpcServer::get_method_data(const std::string& method_name)
1741 {

Callers 2

batch_authenticatedMethod · 0.45
execute_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected