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

Function test_null_dev

tests/test_pipeline.c:2733–2739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2731}
2732
2733static const char *test_null_dev(void) {
2734#ifdef _WIN32
2735 return "NUL";
2736#else
2737 return "/dev/null";
2738#endif
2739}
2740
2741static bool git_available(void) {
2742 char cmd[128];

Callers 2

git_availableFunction · 0.85
test_pipeline.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected