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

Function SLgetModuleRootNode

src/API/SLAPI.cpp:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513RawNodeId SLgetModuleRootNode(ModuleDefinition* module) {
514 if (!module || module->getNodeIds().empty()) return InvalidNodeId;
515 return module->getNodeIds()[0];
516}
517
518std::string SLgetClassName(ClassDefinition* module) {
519 if (!module) return "";

Callers 3

slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected