MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getLoadInfo

Method getLoadInfo

include/JSystem/JKernel/JKRThread.h:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 OSThread *getThreadRecord() const { return mThreadRecord; }
119 void *getStack() const { return mStackMemory; }
120 TLoad *getLoadInfo() { return &mLoadInfo; }
121 JKRHeap *getCurrentHeap() const { return mCurrentHeap; }
122 s32 getCurrentHeapError() const { return mCurrentHeapError; }
123 void resume() { OSResumeThread(mThreadRecord); }

Callers 3

enterMethod · 0.80
callbackMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected