Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ operator()
Method
operator()
lib/forwardanalyzer.cpp:262–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
261
template<class... Ts>
262
Progress operator()(Ts... xs) const
263
{
264
assert(self);
265
return self->update(xs ...);
266
}
267
};
268
269
Progress updateTok(Token* tok, Token** out = nullptr) {
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected