LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #pragma once 2 : 3 : #include <hash/ihash.hpp> 4 : #include <hash/api/get_hash_json.hpp> 5 : #include <wfc/jsonrpc.hpp> 6 : 7 : namespace demo{ namespace hash { 8 : 9 0 : JSONRPC_TAG(get_hash) 10 : 11 0 : struct service_method_list: wfc::jsonrpc::method_list 12 : < 13 : wfc::jsonrpc::target<ihash>, 14 : wfc::jsonrpc::invoke_method< _get_hash_, request::get_hash_json, response::get_hash_json, ihash, &ihash::get_hash> 15 : > 16 : { 17 : }; 18 : 19 : }} |
![]() |
Generated by: LCOV version 1.10 |