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

Function SLgetClassName

src/API/SLAPI.cpp:518–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518std::string SLgetClassName(ClassDefinition* module) {
519 if (!module) return "";
520 return std::string(module->getName());
521}
522
523std::string SLgetClassFile(ClassDefinition* module) {
524 if (!ModuleHasFirstFileContent(module)) return "";

Callers 3

slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected