LCOV - code coverage report
Current view: top level - src/plugins/sms - valent-sms-device.h (source / functions) Coverage Total Hit
Test: Code Coverage Lines: 0.0 % 1 0
Test Date: 2024-09-15 00:56:51 Functions: 0.0 % 1 0
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: - 0 0

             Branch data     Line data    Source code
       1                 :             : // SPDX-License-Identifier: GPL-3.0-or-later
       2                 :             : // SPDX-FileCopyrightText: Andy Holmes <andrew.g.r.holmes@gmail.com>
       3                 :             : 
       4                 :             : #pragma once
       5                 :             : 
       6                 :             : #include <valent.h>
       7                 :             : 
       8                 :             : G_BEGIN_DECLS
       9                 :             : 
      10                 :             : #define VALENT_TYPE_SMS_DEVICE (valent_sms_device_get_type())
      11                 :             : 
      12                 :           0 : G_DECLARE_FINAL_TYPE (ValentSmsDevice, valent_sms_device, VALENT, SMS_DEVICE, ValentMessagesAdapter)
      13                 :             : 
      14                 :             : ValentMessagesAdapter * valent_sms_device_new                    (ValentDevice    *device);
      15                 :             : void                 valent_sms_device_handle_messages        (ValentSmsDevice *self,
      16                 :             :                                                                JsonNode        *packet);
      17                 :             : void                 valent_sms_device_handle_attachment_file (ValentSmsDevice *self,
      18                 :             :                                                                JsonNode        *packet);
      19                 :             : 
      20                 :             : G_END_DECLS
        

Generated by: LCOV version 2.0-1