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

Function SLgetInstanceParent

src/API/SLAPI.cpp:674–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674ModuleInstance* SLgetInstanceParent(ModuleInstance* instance) {
675 if (!instance) return nullptr;
676 return instance->getParent();
677}
678} // namespace SURELOG

Callers

nothing calls this directly

Calls 1

getParentMethod · 0.45

Tested by

no test coverage detected