LCOV - code coverage report
Current view: top level - package/hash - ihash.hpp (source / functions) Hit Total Coverage
Test: wfc_demo-coverage.info Lines: 1 2 50.0 %
Date: 2019-08-13 Functions: 1 4 25.0 %

          Line data    Source code
       1             : #pragma once
       2             : 
       3             : #include <hash/api/get_hash.hpp>
       4             : #include <wfc/iinterface.hpp>
       5             : 
       6             : namespace demo{ namespace hash{
       7             : 
       8           1 : struct ihash
       9             :   : public ::wfc::iinterface
      10             : {
      11           0 :   virtual ~ihash() {}
      12             :   virtual void get_hash( request::get_hash::ptr req, response::get_hash::handler cb ) = 0;
      13             : };
      14             : 
      15             : }}

Generated by: LCOV version 1.10