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

Method asExprIdString

test/testsymboldatabase.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 static std::string asExprIdString(const Token* tok)
92 {
93 return tok->expressionString() + "@" + std::to_string(tok->exprId());
94 }
95
96 template<size_t size>
97 std::string testExprIdEqual(const char (&code)[size],

Callers

nothing calls this directly

Calls 1

expressionStringMethod · 0.45

Tested by

no test coverage detected