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

Function SLgetPackageType

src/API/SLAPI.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566VObjectType SLgetPackageType(Package* module) {
567 if (!module) return VObjectType::slNoType;
568 return module->getType();
569}
570
571FileContent* SLgetPackageFileContent(Package* module) {
572 if (!ModuleHasFirstFileContent(module)) return nullptr;

Callers

nothing calls this directly

Calls 1

getTypeMethod · 0.45

Tested by

no test coverage detected