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

Function SLgetClassType

src/API/SLAPI.cpp:534–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532}
533
534VObjectType SLgetClassType(ClassDefinition* module) {
535 if (!module) return VObjectType::slNoType;
536 return module->getType();
537}
538
539FileContent* SLgetClassFileContent(ClassDefinition* module) {
540 if (!ModuleHasFirstFileContent(module)) return nullptr;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected