MCPcopy 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
75bool 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

ReleaseMethod · 0.80
IsAlreadyLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected