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

Function SLgetInstanceType

src/API/SLAPI.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612VObjectType SLgetInstanceType(ModuleInstance* instance) {
613 if (!instance) return VObjectType::slNoType;
614 return instance->getType();
615}
616
617VObjectType SLgetInstanceModuleType(ModuleInstance* instance) {
618 if (!instance) return VObjectType::slNoType;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected