Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void cmFileLockPool::PushFileScope()
28
{
29
this->FileScopes.emplace_back();
30
}
31
32
void cmFileLockPool::PopFileScope()
33
{
Callers
1
BuildsystemFileScope
Method · 0.80
Calls
1
emplace_back
Method · 0.80
Tested by
no test coverage detected