Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ detect_arch
Function
detect_arch
src/cli/cli.c:7203–7209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7201
}
7202
7203
static const char *detect_arch(void) {
7204
#if defined(__aarch64__) || defined(_M_ARM64)
7205
return
"arm64"
;
7206
#else
7207
return
"amd64"
;
7208
#endif
7209
}
7210
7211
#endif /* CBM_CLI_ENABLE_TEST_API */
7212
Callers
1
cbm_cmd_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected