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

Function SLgetInstanceLine

src/API/SLAPI.cpp:659–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659uint32_t SLgetInstanceLine(ModuleInstance* instance) {
660 if (!instance) return 0;
661 return instance->getLineNb();
662}
663
664uint32_t SLgetnInstanceChildren(ModuleInstance* instance) {
665 if (!instance) return 0;

Callers 3

recurseInstanceFunction · 0.85
recurseInstanceFunction · 0.85
recurseInstanceFunction · 0.85

Calls 1

getLineNbMethod · 0.45

Tested by

no test coverage detected