MCPcopy 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
242uint16_t ModuleInstance::getColumnNb() const {
243 return m_fileContent->Column(m_nodeId);
244}
245
246uint32_t ModuleInstance::getEndLineNb() const {
247 return m_fileContent->EndLine(m_nodeId);

Callers 2

bind_net_Method · 0.80
reportInstanceTreeMethod · 0.80

Calls 1

ColumnMethod · 0.45

Tested by

no test coverage detected