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

Function cbm_spawn_eagain_injected

src/foundation/subprocess.c:943–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941 return g_force_spawn_eagain;
942}
943static bool cbm_spawn_eagain_injected(void) {
944 if (g_force_spawn_eagain > 0) {
945 g_force_spawn_eagain--;
946 return true;
947 }
948 return false;
949}
950#endif
951
952/* The bound is on a single WAIT, and 2560ms (10ms << 8) is the largest wait

Callers 2

cbm_fork_with_retryFunction · 0.85
cbm_posix_spawn_appleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected