Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Parse
Function · 0.85
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected