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

Function empty

externals/simplecpp/simplecpp.h:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309 void clear();
310 bool empty() const {
311 return !frontToken;
312 }
313 void push_back(Token *tok);
314
315 void dump(bool linenrs = false) const;

Callers 1

isScalarOrEmptyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected