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

Function SLgetModuleName

src/API/SLAPI.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479std::string SLgetModuleName(ModuleDefinition* module) {
480 if (!module) return "";
481 return std::string(module->getName());
482}
483
484template <typename ClassOrPackageOrProgram>
485static bool ModuleHasFirstFileContent(const ClassOrPackageOrProgram* module) {

Callers 6

recurseInstanceFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
recurseInstanceFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
recurseInstanceFunction · 0.85
slUserCallbackPerDesignFunction · 0.85

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected