MCPcopy Create free account
hub / github.com/defold/defold / IsEnabled

Function IsEnabled

engine/crash/src/crash.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 bool IsEnabled()
89 {
90 return g_CrashDumpEnabled;
91 }
92
93 void SetEnabled(bool enable)
94 {

Callers 1

PreStepEmscriptenFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected