MCPcopy Create free account
hub / github.com/Kitware/CMake / PopFileScope

Method PopFileScope

Source/cmFileLockPool.cxx:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void cmFileLockPool::PopFileScope()
33{
34 assert(!this->FileScopes.empty());
35 this->FileScopes.pop_back();
36}
37
38cmFileLockResult cmFileLockPool::LockFunctionScope(std::string const& filename,
39 unsigned long timeoutSec)

Callers 1

~BuildsystemFileScopeMethod · 0.80

Calls 2

pop_backMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected