Cdb_exisits behavior

cdb_exists() is returning true for a leaf that is not conifgured. Is it because there’s a default value to the leaf? How do I check conclusively that the configuration is not present?

Thanks

I assume default value is indeed the cause.
If you need/want to use cdb_ API, the easiest IMHO is to use cdb_is_default() function as extra check…