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

Function SLgetInstanceModuleType

src/API/SLAPI.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617VObjectType SLgetInstanceModuleType(ModuleInstance* instance) {
618 if (!instance) return VObjectType::slNoType;
619 return instance->getModuleType();
620}
621
622std::string SLgetInstanceName(ModuleInstance* instance) {
623 if (!instance) return "";

Callers

nothing calls this directly

Calls 1

getModuleTypeMethod · 0.80

Tested by

no test coverage detected