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

Function SLgetName

src/API/SLAPI.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341std::string SLgetName(FileContent* fC, RawNodeId index) {
342 if (!fC) return "";
343 return std::string(fC->SymName(NodeId(index)));
344}
345
346RawNodeId SLgetChild(FileContent* fC, RawNodeId parent, uint32_t type) {
347 if (!fC) return InvalidNodeId;

Callers 3

slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85

Calls 2

NodeIdClass · 0.50
SymNameMethod · 0.45

Tested by

no test coverage detected