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

Function detect_arch

src/cli/cli.c:3143–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3141}
3142
3143static const char *detect_arch(void) {
3144#if defined(__aarch64__) || defined(_M_ARM64)
3145 return "arm64";
3146#else
3147 return "amd64";
3148#endif
3149}
3150
3151/* ── Agent config install/refresh (shared by install + update) ── */
3152

Callers 1

cbm_cmd_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected