LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : /** 2 : * @file 3 : * 4 : * @brief 5 : * 6 : * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) 7 : */ 8 : 9 : #include <iostream> 10 : #include <kdb.hpp> 11 : #include <keysetio.hpp> 12 : 13 0 : int main () 14 : { 15 0 : using namespace kdb; 16 0 : KDB kdb; 17 0 : KeySet conf; 18 0 : kdb.get (conf, "/"); 19 0 : std::cout << conf; 20 0 : kdb.set (conf, "/"); 21 0 : } |
![]() |
Generated by: LCOV version 1.13 |