MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / operator()

Method operator()

lib/astutils.cpp:3152–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3150 {}
3151 template<class F>
3152 const Token* operator()(const Token* start, const Token* end, F f) const
3153 {
3154 return findTokenSkipDeadCode(library, start, end, std::move(f), *evaluate);
3155 }
3156 };
3157}
3158

Callers

nothing calls this directly

Calls 1

findTokenSkipDeadCodeFunction · 0.85

Tested by

no test coverage detected