LCOV - code coverage report
Current view: top level - package/hash/service - hash_service.hpp (source / functions) Hit Total Coverage
Test: wfc_demo-coverage.info Lines: 0 2 0.0 %
Date: 2019-08-13 Functions: 0 5 0.0 %

          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