Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ GXSetVerifyCallback
Function
GXSetVerifyCallback
src/dolphin/src/gx/GXVerify.c:391–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
GXVerifyCallback GXSetVerifyCallback(GXVerifyCallback cb)
392
{
393
GXVerifyCallback old_cb = __gxVerif->cb;
394
395
__gxVerif->cb = cb;
396
return old_cb;
397
}
398
399
#endif // DEBUG
Callers
1
GXInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected