MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / readAll

Method readAll

lib/checkunusedvar.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void Variables::readAll(nonneg int varid, const Token* tok)
313{
314 read(varid, tok);
315 readAliases(varid, tok);
316}
317
318void Variables::write(nonneg int varid, const Token* tok)
319{

Callers 7

showSrcFileMethod · 0.80
doAssignmentFunction · 0.80
replyFinishedMethod · 0.80
updateDetailsMethod · 0.80
loadTextFileMethod · 0.80
runAddonsAndToolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected