Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_profile_enable
Function
cbm_profile_enable
src/foundation/profile.c:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void cbm_profile_enable(void) {
30
cbm_profile_active = true;
31
}
32
33
void cbm_profile_now(struct timespec *ts) {
34
cbm_clock_gettime(CLOCK_MONOTONIC, ts);
Callers
1
handle_subcommand
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected