MCPcopy 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
246uint32_t ModuleInstance::getEndLineNb() const {
247 return m_fileContent->EndLine(m_nodeId);
248}
249
250uint16_t ModuleInstance::getEndColumnNb() const {
251 return m_fileContent->EndColumn(m_nodeId);

Callers

nothing calls this directly

Calls 1

EndLineMethod · 0.80

Tested by

no test coverage detected