MCPcopy Create free account
hub / github.com/WheretIB/nullc / GetPoolTop

Method GetPoolTop

NULLC/ParseClass.h:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715 }
716
717 static unsigned int GetPoolTop()
718 {
719 return functionPool.GetSize();
720 }
721 static void SetPoolTop(unsigned int top)
722 {
723 functionPool.ClearTo(top);

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected