| 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 | { |
no outgoing calls
no test coverage detected