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

Method ChangeLine

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

Source from the content-addressed store, hash-verified

19 int64_t GetId() const noexcept { return this->Id; }
20 int64_t GetLine() const noexcept { return this->Line; }
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};

Callers 1

SourceFileLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected