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

Method astStringVerbose

lib/token.cpp:1731–1736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1729}
1730
1731std::string Token::astStringVerbose() const
1732{
1733 std::string ret;
1734 astStringVerboseRecursive(ret);
1735 return ret;
1736}
1737
1738// cppcheck-suppress unusedFunction // used in test
1739std::string Token::astStringZ3() const

Callers 1

printAstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected