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

Function SLgetModuleLine

src/API/SLAPI.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497uint32_t SLgetModuleLine(ModuleDefinition* module) {
498 if (!ModuleHasFirstFileContent(module)) return 0;
499 return module->getFileContents()[0]->Line(module->getNodeIds()[0]);
500}
501
502VObjectType SLgetModuleType(ModuleDefinition* module) {
503 if (!module) return VObjectType::slNoType;

Callers 3

slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerDesignFunction · 0.85

Calls 2

LineMethod · 0.45

Tested by

no test coverage detected