Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ getType
Method
getType
src/Design/ModuleInstance.cpp:222–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
VObjectType ModuleInstance::getType() const {
223
return m_fileContent->Type(m_nodeId);
224
}
225
226
VObjectType ModuleInstance::getModuleType() const {
227
VObjectType type = (VObjectType)0;
Callers
3
getComplexValue
Method · 0.45
getValue
Method · 0.45
getModuleType
Method · 0.45
Calls
1
Type
Method · 0.45
Tested by
no test coverage detected