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

Function empty_result

src/pipeline/registry.c:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359static cbm_resolution_t empty_result(void) {
360 cbm_resolution_t r = {0};
361 return r;
362}
363
364/* ── Perl builtin guard (#459 follow-up: call-graph noise) ──────────
365 * Curated subset of perlfunc core builtins. When a Perl CALL resolves

Callers 5

resolve_import_mapFunction · 0.85
resolve_same_moduleFunction · 0.85
resolve_name_lookupFunction · 0.85
cbm_registry_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected