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

Function cbm_tiered_profile_access

src/cli/cli.c:7862–7865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7860}
7861
7862static cbm_graph_access_t cbm_tiered_profile_access(cbm_graph_profile_dialect_t dialect) {
7863 return cbm_graph_dialect_direct_capable(dialect) ? CBM_GRAPH_ACCESS_DIRECT
7864 : CBM_GRAPH_ACCESS_HANDOFF;
7865}
7866
7867static cbm_graph_access_t cbm_tiered_profile_set_access(cbm_tiered_profile_set_t profiles) {
7868 return !profiles.force_handoff && cbm_graph_dialect_direct_capable(profiles.dialect)

Calls 1

Tested by

no test coverage detected