Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2842
static bool isDecayedPointer(const Token *tok)
Callers
2
valueFlowLifetime
Function · 0.80
function
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected