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

Function internalUpdate

lib/vf_analyzers.cpp:380–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 }
379
380 virtual void internalUpdate(Token* /*tok*/, const ValueFlow::Value& /*v*/, Direction /*d*/)
381 {
382 assert(false && "Internal update unimplemented.");
383 }
384
385private:
386 // Returns Action::Match if its an exact match, return Action::Read if it partially matches the lifetime

Callers 1

updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected