Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ getColumnNb
Method
getColumnNb
src/Design/ModuleInstance.cpp:242–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
uint16_t ModuleInstance::getColumnNb() const {
243
return m_fileContent->Column(m_nodeId);
244
}
245
246
uint32_t ModuleInstance::getEndLineNb() const {
247
return m_fileContent->EndLine(m_nodeId);
Callers
2
bind_net_
Method · 0.80
reportInstanceTree
Method · 0.80
Calls
1
Column
Method · 0.45
Tested by
no test coverage detected