MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / getLineNb

Method getLineNb

src/Design/ModuleInstance.cpp:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238uint32_t ModuleInstance::getLineNb() const {
239 return m_fileContent->Line(m_nodeId);
240}
241
242uint16_t ModuleInstance::getColumnNb() const {
243 return m_fileContent->Column(m_nodeId);

Callers 10

SLaddErrorContextFunction · 0.45
SLaddMLErrorContextFunction · 0.45
SLgetInstanceLineFunction · 0.45
logErrorMethod · 0.45
elaborate_Method · 0.45
high_conn_Method · 0.45
elab_interfaces_Method · 0.45
elab_ports_nets_Method · 0.45
bind_net_Method · 0.45
reportInstanceTreeMethod · 0.45

Calls 1

LineMethod · 0.45

Tested by

no test coverage detected