Methods for making tests.
More...
#include "kdb.h"
#include "kdbinternal.h"
#include "kdbprivate.h"
Methods for making tests.
- Copyright
- BSD License (see LICENSE.md or https://www.libelektra.org)
◆ keyCompareMeta()
int keyCompareMeta |
( |
const Key * |
k1, |
|
|
const Key * |
k2 |
|
) |
| |
Compares metadata of two keys.
- Return values
-
KEY_META | if there is a difference |
0 | if metadata is identical |
◆ keyIsBelowOrSame()
int keyIsBelowOrSame |
( |
const Key * |
key, |
|
|
const Key * |
check |
|
) |
| |
Check if a key is below or same.
- Parameters
-
key | the key object to work with |
- See also
- keyIsBelow()