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

Function ReleaseParser

SupSpi/SupSpi.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 unsigned int AllocParser(BaseP* parser){ parserList.push_back(parser); return (unsigned int)parserList.size()-1; }
27 void ReleaseParser(unsigned int ptr){ delete parserList[ptr]; }
28 void SetParser(unsigned int ptr, BaseP* parser){ parserList[ptr] = parser; }
29 BaseP* GetParser(unsigned int ptr){ return parserList[ptr]; }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected