Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ setZeroBasedColumn
Method
setZeroBasedColumn
common/sourcelocation.cpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void SourceLocation::setZeroBasedColumn(int column)
85
{
86
m_column = column;
87
}
88
89
void SourceLocation::setOneBasedColumn(int column)
90
{
Callers
1
SourceLocationTest
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected