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

Method isLambda

lib/valueflow.cpp:2837–2839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2835 }
2836
2837 bool isLambda() const {
2838 return capture && bodyTok;
2839 }
2840};
2841
2842static bool isDecayedPointer(const Token *tok)

Callers 2

valueFlowLifetimeFunction · 0.80
functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected