MCPcopy 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
42bool TopIs(std::vector<NestingState>& stack, NestingStateEnum state)
43{
44 return !stack.empty() && stack.back().State == state;
45}
46
47class cmListFileParser
48{

Callers 1

CheckNestingMethod · 0.85

Calls 2

emptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…