Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
421
bool cbm_yaml_has(const cbm_yaml_node_t *root, const char *path) {
422
return navigate(root, path) != NULL;
423
}
Callers
2
test_cli.c
File · 0.85
test_yaml.c
File · 0.85
Calls
1
navigate
Function · 0.85
Tested by
no test coverage detected