Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
bool aptIsActive(void)
254
{
255
return (aptFlags & FLAG_ACTIVE) != 0;
256
}
257
258
bool aptShouldClose(void)
259
{
Callers
2
aptEventHandler
Function · 0.85
aptHandleSleep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected