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

Function SLgetClassLine

src/API/SLAPI.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529uint32_t SLgetClassLine(ClassDefinition* module) {
530 if (!ModuleHasFirstFileContent(module)) return 0;
531 return module->getFileContents()[0]->Line(module->getNodeIds()[0]);
532}
533
534VObjectType SLgetClassType(ClassDefinition* module) {
535 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