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

Method PushFileScope

Source/cmFileLockPool.cxx:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void cmFileLockPool::PushFileScope()
28{
29 this->FileScopes.emplace_back();
30}
31
32void cmFileLockPool::PopFileScope()
33{

Callers 1

BuildsystemFileScopeMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected