Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ TopIs
Function
TopIs
Source/cmListFileCache.cxx:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
};
41
42
bool TopIs(std::vector<NestingState>& stack, NestingStateEnum state)
43
{
44
return !stack.empty() && stack.back().State == state;
45
}
46
47
class cmListFileParser
48
{
Callers
1
CheckNesting
Method · 0.85
Calls
2
empty
Method · 0.45
back
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…