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

Function aptIsActive

libctru/source/services/apt.c:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool aptIsActive(void)
254{
255 return (aptFlags & FLAG_ACTIVE) != 0;
256}
257
258bool aptShouldClose(void)
259{

Callers 2

aptEventHandlerFunction · 0.85
aptHandleSleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected