MCPcopy Create free account
hub / github.com/Samsung/UTopia / checkNone

Method checkNone

tests/inputfilter/TestInputFilter.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 bool checkNone(std::string FuncName, unsigned BIdx, unsigned IIdx, int OIdx,
129 const InputFilter &Filter) {
130 auto Node = generateASTIRNode(FuncName, BIdx, IIdx, OIdx);
131 if (!Node)
132 return false;
133 return !Filter.start(*Node);
134 }
135
136 bool checkNone(std::string GlobalName, std::string FuncName, unsigned BIdx,
137 unsigned IIdx, const InputFilter &Filter) {

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected