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

Function cbm_profile_enable

src/foundation/profile.c:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void cbm_profile_enable(void) {
31 cbm_profile_active = true;
32}
33
34void cbm_profile_now(struct timespec *ts) {
35 cbm_clock_gettime(CLOCK_MONOTONIC, ts);

Callers 1

handle_subcommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected