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

Function SLgetInstanceFullPathName

src/API/SLAPI.cpp:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627std::string SLgetInstanceFullPathName(ModuleInstance* instance) {
628 if (!instance) return "";
629 return instance->getFullPathName();
630}
631
632std::string SLgetInstanceModuleName(ModuleInstance* instance) {
633 if (!instance) return "";

Callers

nothing calls this directly

Calls 1

getFullPathNameMethod · 0.80

Tested by

no test coverage detected