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

Function GetParser

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

Source from the content-addressed store, hash-verified

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
31 static AlternativePolicy alerPol = ALTER_STANDART;
32 static ActionPolicy actionPol = ACTION_STANDART;

Callers 3

RuleClass · 0.85
operator ->Method · 0.85
getParserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected