MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Process_StartGame2

Function Process_StartGame2

src/Platform_Posix.c:882–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880
881#if defined CC_BUILD_MOBILE
882cc_result Process_StartGame2(const cc_string* args, int numArgs) {
883 return SetGameArgs(args, numArgs);
884}
885#else
886static cc_result Process_RawStart(const char* path, char** argv) {
887 pid_t pid = fork();

Callers

nothing calls this directly

Calls 4

SetGameArgsFunction · 0.85
String_EncodeUtf8Function · 0.85
Process_RawStartFunction · 0.85
Process_RawGetExePathFunction · 0.70

Tested by

no test coverage detected