MCPcopy Create free account
hub / github.com/devkitPro/libctru / errfExit

Function errfExit

libctru/source/errf.c:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void errfExit(void)
31{
32 if (AtomicDecrement(&errfRefCount))
33 return;
34 if (errfHandle != 0) svcCloseHandle(errfHandle);
35 errfHandle = 0;
36}
37
38Handle* errfGetSessionHandle(void)
39{

Callers 6

errfInitFunction · 0.85
ERRF_ThrowResultFunction · 0.85
ERRF_LogResultFunction · 0.85
ERRF_SetUserStringFunction · 0.85
ERRF_ExceptionHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected