Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ chan2Func
Function
chan2Func
arm9/source/console.cpp:307–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
setChanEnabled(0, value);
306
}
307
void chan2Func(int value) {
308
setChanEnabled(1, value);
309
}
310
void chan3Func(int value) {
311
setChanEnabled(2, value);
312
}
Callers
nothing calls this directly
Calls
1
setChanEnabled
Function · 0.85
Tested by
no test coverage detected