Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void SourceLocation::setOneBasedLine(int line)
75
{
76
m_line = line - 1;
77
}
78
79
int SourceLocation::column() const
80
{
Callers
4
toResolvedFrame
Function · 0.80
OnCallstackEntry
Method · 0.80
SourceLocationTest
Class · 0.80
creationLocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected