Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ AppParamsGetAppExitCode
Function
AppParamsGetAppExitCode
engine/extension/src/extension.cpp:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
AppExitCode AppParamsGetAppExitCode(AppParams * app_params)
375
{
376
return (AppExitCode)ExtensionAppParamsGetAppExitCode(app_params);
377
}
378
379
}
Callers
3
AppFinalizeProfiler
Function · 0.85
ProfilerRemotery_AppFinalize
Function · 0.85
ProfilerBasic_AppFinalize
Function · 0.85
Calls
1
ExtensionAppParamsGetAppExitCode
Function · 0.85
Tested by
no test coverage detected