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

Method check

tests/inputfilter/TestInputFilter.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 bool check(std::string FuncName, unsigned BIdx, unsigned IIdx, int OIdx,
117 const InputFilter &Filter) {
118 auto Node = generateASTIRNode(FuncName, BIdx, IIdx, OIdx);
119 return Node && Filter.start(*Node);
120 }
121
122 bool check(std::string GlobalName, std::string FuncName, unsigned BIdx,
123 unsigned IIdx, const InputFilter &Filter) {

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected