Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
uint16_t ModuleInstance::getEndColumnNb() const {
251
return m_fileContent->EndColumn(m_nodeId);
252
}
253
254
SymbolId ModuleInstance::getFullPathId(SymbolTable* symbols) const {
255
return symbols->registerSymbol(getFullPathName());
Callers
nothing calls this directly
Calls
1
EndColumn
Method · 0.80
Tested by
no test coverage detected