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

Function SLgetInstanceName

src/API/SLAPI.cpp:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622std::string SLgetInstanceName(ModuleInstance* instance) {
623 if (!instance) return "";
624 return instance->getInstanceName();
625}
626
627std::string SLgetInstanceFullPathName(ModuleInstance* instance) {
628 if (!instance) return "";

Callers 3

recurseInstanceFunction · 0.85
recurseInstanceFunction · 0.85
recurseInstanceFunction · 0.85

Calls 1

getInstanceNameMethod · 0.80

Tested by

no test coverage detected