Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsLocked
Method
IsLocked
Source/cmFileLock.cxx:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
bool cmFileLock::IsLocked(std::string const& filename) const
76
{
77
return filename == this->Filename;
78
}
79
80
#if defined(_WIN32)
81
// NOLINTNEXTLINE(bugprone-suspicious-include)
Callers
2
Release
Method · 0.80
IsAlreadyLocked
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected