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

Method getCount

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

Source from the content-addressed store, hash-verified

72 bool isValid() const { return mIsValid; }
73 u32 getCost() const { return mCost; }
74 u32 getCount() const { return mSwitchCount; }
75 int getId() const { return mThreadID; }
76
77 void setValid(bool valid) { mIsValid = valid; }

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected