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

Method LineEnd

Source/cmListFileCache.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 long Line() const noexcept { return this->Impl->Line; }
75 long LineEnd() const noexcept { return this->Impl->LineEnd; }
76
77 std::vector<cmListFileArgument> const& Arguments() const noexcept
78 {

Callers 3

PrintCommandTraceMethod · 0.80
SourceFileLoadedMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected