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

Function cbm_store_get_schema

src/store/store.c:5267–5269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5265}
5266
5267int cbm_store_get_schema(cbm_store_t *s, const char *project, cbm_schema_info_t *out) {
5268 return get_schema_impl(s, project, out, true);
5269}
5270
5271int cbm_store_get_schema_counts(cbm_store_t *s, const char *project, cbm_schema_info_t *out) {
5272 return get_schema_impl(s, project, out, false);

Callers 3

handle_get_graph_schemaFunction · 0.85
cbm_layout_computeFunction · 0.85

Calls 1

get_schema_implFunction · 0.85

Tested by

no test coverage detected