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

Function SLgetPackageLine

src/API/SLAPI.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561uint32_t SLgetPackageLine(Package* module) {
562 if (!ModuleHasFirstFileContent(module)) return 0;
563 return module->getFileContents()[0]->Line(module->getNodeIds()[0]);
564}
565
566VObjectType SLgetPackageType(Package* module) {
567 if (!module) return VObjectType::slNoType;

Callers

nothing calls this directly

Calls 2

LineMethod · 0.45

Tested by

no test coverage detected