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

Method getPath

lib/valueflow.cpp:4361–4365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4359 }
4360
4361 MathLib::bigint getPath() const
4362 {
4363 assert(std::abs(findPath(true_values) - findPath(false_values)) == 0);
4364 return findPath(true_values) | findPath(false_values);
4365 }
4366
4367 Token* getContextAndValues(Token* condTok,
4368 std::list<ValueFlow::Value>& thenValues,

Callers 5

afterConditionMethod · 0.80
startApplicationMethod · 0.80
ApplicationDialogMethod · 0.80
saveSettingsMethod · 0.80
addApplicationMethod · 0.80

Calls 1

findPathFunction · 0.85

Tested by

no test coverage detected