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

Method IsOk

Source/cmFileLockResult.cxx:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool cmFileLockResult::IsOk() const
48{
49 return this->Type == OK;
50}
51
52std::string cmFileLockResult::GetOutputMessage() const
53{

Callers 9

doWriteFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80
SettingsFileReadMethod · 0.80
~cmFileLockMethod · 0.80
LockMethod · 0.80
AcquireLockMethod · 0.80
ReleaseMethod · 0.80
LockMethod · 0.80
HandleLockCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected