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

Function detect_arch

src/cli/cli.c:7116–7122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7114}
7115
7116static const char *detect_arch(void) {
7117#if defined(__aarch64__) || defined(_M_ARM64)
7118 return "arm64";
7119#else
7120 return "amd64";
7121#endif
7122}
7123
7124#endif /* CBM_CLI_ENABLE_TEST_API */
7125

Callers 1

cbm_cmd_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected