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

Function SetActionPolicy

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

Source from the content-addressed store, hash-verified

36
37 ActionPolicy GetActionPolicy(){ return actionPol; }
38 void SetActionPolicy(ActionPolicy pol){ actionPol = pol; }
39
40 Rule chP(char ch){ return Rule(new ChlitP(ch)); }
41 Rule strP(char* str){ return Rule(new StrlitP(str)); }

Callers 2

ParseFunction · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected