MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_yaml_has

Function cbm_yaml_has

src/foundation/yaml.c:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421bool cbm_yaml_has(const cbm_yaml_node_t *root, const char *path) {
422 return navigate(root, path) != NULL;
423}

Callers 2

test_cli.cFile · 0.85
test_yaml.cFile · 0.85

Calls 1

navigateFunction · 0.85

Tested by

no test coverage detected