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

Function detect_arch

src/cli/cli.c:7367–7373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7365}
7366
7367static const char *detect_arch(void) {
7368#if defined(__aarch64__) || defined(_M_ARM64)
7369 return "arm64";
7370#else
7371 return "amd64";
7372#endif
7373}
7374
7375#endif /* CBM_CLI_ENABLE_TEST_API */
7376

Callers 1

cbm_cmd_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected