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

Function SLgetProgramType

src/API/SLAPI.cpp:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597VObjectType SLgetProgramType(Program* module) {
598 if (!module) return VObjectType::slNoType;
599 return module->getType();
600}
601
602FileContent* SLgetProgramFileContent(Program* module) {
603 if (!ModuleHasFirstFileContent(module)) return nullptr;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected