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

Method GetLine

Source/cmDebuggerStackFrame.cxx:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int64_t cmDebuggerStackFrame::GetLine() const noexcept
24{
25 return this->Function.Line();
26}
27
28std::vector<cmListFileArgument> const& cmDebuggerStackFrame::GetArguments()
29 const noexcept

Callers

nothing calls this directly

Calls 1

LineMethod · 0.80

Tested by

no test coverage detected