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

Method reset

test/testsymboldatabase.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 const Settings settingsDbg = settingsBuilder().library("std.cfg").debugwarnings(true).build();
70
71 void reset() {
72 vartok = nullptr;
73 typetok = nullptr;
74 }
75
76 template<size_t size>
77 static const SymbolDatabase* getSymbolDB_inner(SimpleTokenizer& tokenizer, const char (&code)[size]) {

Callers 8

checkMethod · 0.45
optionsMethod · 0.45
checkMethod · 0.45
prepareTestInternalMethod · 0.45
prepareTestMethod · 0.45
checkMethod · 0.45
smartPtr_resetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected