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

Function cbm_tiered_profile_set_access

src/cli/cli.c:7509–7513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7507}
7508
7509static cbm_graph_access_t cbm_tiered_profile_set_access(cbm_tiered_profile_set_t profiles) {
7510 return !profiles.force_handoff && cbm_graph_dialect_direct_capable(profiles.dialect)
7511 ? CBM_GRAPH_ACCESS_DIRECT
7512 : CBM_GRAPH_ACCESS_HANDOFF;
7513}
7514
7515static void install_tiered_agent_profiles(cbm_tiered_profile_set_t profiles, bool dry_run) {
7516 cbm_graph_access_t access = cbm_tiered_profile_set_access(profiles);

Callers 2

Calls 1

Tested by

no test coverage detected