MCPcopy 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
222VObjectType ModuleInstance::getType() const {
223 return m_fileContent->Type(m_nodeId);
224}
225
226VObjectType ModuleInstance::getModuleType() const {
227 VObjectType type = (VObjectType)0;

Callers 3

getComplexValueMethod · 0.45
getValueMethod · 0.45
getModuleTypeMethod · 0.45

Calls 1

TypeMethod · 0.45

Tested by

no test coverage detected