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

Method Invalid

Source/cmDebuggerSourceBreakpoint.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 void ChangeLine(int64_t line) noexcept { this->Line = line; }
22 bool GetIsValid() const noexcept { return this->IsValid; }
23 void Invalid() noexcept { this->IsValid = false; }
24};
25
26} // namespace cmDebugger

Callers 1

SourceFileLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected