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

Function detect_arch

src/cli/cli.c:7060–7066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7058}
7059
7060static const char *detect_arch(void) {
7061#if defined(__aarch64__) || defined(_M_ARM64)
7062 return "arm64";
7063#else
7064 return "amd64";
7065#endif
7066}
7067
7068#endif /* CBM_CLI_ENABLE_TEST_API */
7069

Callers 1

cbm_cmd_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected