MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / operator()

Method operator()

lib/programmemory.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61std::size_t ExprIdToken::Hash::operator()(ExprIdToken etok) const
62{
63 return std::hash<nonneg int>()(etok.getExpressionId());
64}
65
66void ProgramMemory::setValue(const Token* expr, const ValueFlow::Value& value) {
67 if (!expr)

Callers

nothing calls this directly

Calls 1

getExpressionIdMethod · 0.80

Tested by

no test coverage detected