Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ getLineNumber
Method
getLineNumber
src/declaration.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int Declaration::getLineNumber() const
27
{
28
return lineNumber;
29
}
30
31
void Declaration::setLineNumber(int value)
32
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected