Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ getEndLineNb
Method
getEndLineNb
src/Design/ModuleInstance.cpp:246–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
uint32_t ModuleInstance::getEndLineNb() const {
247
return m_fileContent->EndLine(m_nodeId);
248
}
249
250
uint16_t ModuleInstance::getEndColumnNb() const {
251
return m_fileContent->EndColumn(m_nodeId);
Callers
nothing calls this directly
Calls
1
EndLine
Method · 0.80
Tested by
no test coverage detected