LCOV - code coverage report
Current view: top level - bgp - bgp_ifmap_sandesh.cc (source / functions) Hit Total Coverage
Test: OpenSDN C/C++ coverage (all TARGET_SET jobs) Lines: 3 3 100.0 %
Date: 2026-06-18 01:51:13 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * Copyright (c) 2015 Juniper Networks, Inc. All rights reserved.
       3             :  */
       4             : #include "bgp/bgp_ifmap_sandesh.h"
       5             : 
       6             : #include "bgp/bgp_sandesh.h"
       7             : 
       8             : class ShowBgpPeeringConfigReq;
       9             : class ShowBgpPeeringConfigReqIterate;
      10             : 
      11             : extern void ShowBgpIfmapPeeringConfigReqHandler(
      12             :     const BgpSandeshContext *bsc,
      13             :     const ShowBgpPeeringConfigReq *req);
      14             : extern void ShowBgpIfmapPeeringConfigReqIterateHandler(
      15             :     const BgpSandeshContext *bsc,
      16             :     const ShowBgpPeeringConfigReqIterate *req_iterate);
      17             : 
      18           5 : void RegisterSandeshShowIfmapHandlers(BgpSandeshContext *bsc) {
      19           5 :     bsc->SetPeeringShowHandlers(
      20             :         ShowBgpIfmapPeeringConfigReqHandler,
      21             :         ShowBgpIfmapPeeringConfigReqIterateHandler);
      22           5 : }

Generated by: LCOV version 1.14