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

Function detect_arch

src/cli/cli.c:7010–7016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7008}
7009
7010static const char *detect_arch(void) {
7011#if defined(__aarch64__) || defined(_M_ARM64)
7012 return "arm64";
7013#else
7014 return "amd64";
7015#endif
7016}
7017
7018#endif /* CBM_CLI_ENABLE_TEST_API */
7019

Callers 1

cbm_cmd_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected