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

Method getEndColumnNb

src/Design/ModuleInstance.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250uint16_t ModuleInstance::getEndColumnNb() const {
251 return m_fileContent->EndColumn(m_nodeId);
252}
253
254SymbolId ModuleInstance::getFullPathId(SymbolTable* symbols) const {
255 return symbols->registerSymbol(getFullPathName());

Callers

nothing calls this directly

Calls 1

EndColumnMethod · 0.80

Tested by

no test coverage detected