Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
674
ModuleInstance* SLgetInstanceParent(ModuleInstance* instance) {
675
if (!instance) return nullptr;
676
return instance->getParent();
677
}
678
} // namespace SURELOG
Callers
nothing calls this directly
Calls
1
getParent
Method · 0.45
Tested by
no test coverage detected