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

Function SLgetModuleType

src/API/SLAPI.cpp:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502VObjectType SLgetModuleType(ModuleDefinition* module) {
503 if (!module) return VObjectType::slNoType;
504 return module->getType();
505}
506
507FileContent* SLgetModuleFileContent(ModuleDefinition* module) {
508 if (!ModuleHasFirstFileContent(module)) return nullptr;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected