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

Class CBMFileResult

internal/cbm/cbm.h:527–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 // valid for the composite's full lifetime. Owned and recursively released
526 // by cbm_free_result(); ordinary single-file results leave these zeroed.
527 struct CBMFileResult **owned_results;
528 int owned_result_count;
529} CBMFileResult;
530

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected