MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setOneBasedLine

Method setOneBasedLine

common/sourcelocation.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void SourceLocation::setOneBasedLine(int line)
75{
76 m_line = line - 1;
77}
78
79int SourceLocation::column() const
80{

Callers 4

toResolvedFrameFunction · 0.80
OnCallstackEntryMethod · 0.80
SourceLocationTestClass · 0.80
creationLocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected