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

Function SLgetChild

src/API/SLAPI.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321RawNodeId SLgetChild(FileContent* fC, RawNodeId index) {
322 if (!fC) return InvalidNodeId;
323 return fC->Child(NodeId(index));
324}
325
326RawNodeId SLgetSibling(FileContent* fC, RawNodeId index) {
327 if (!fC) return InvalidNodeId;

Callers 3

slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85

Calls 3

NodeIdClass · 0.50
ChildMethod · 0.45
sl_getMethod · 0.45

Tested by

no test coverage detected