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

Function SLgetType

src/API/SLAPI.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316uint32_t SLgetType(FileContent* fC, RawNodeId id) {
317 if (!fC) return 0;
318 return static_cast<uint32_t>(fC->Type(NodeId(id)));
319}
320
321RawNodeId SLgetChild(FileContent* fC, RawNodeId index) {
322 if (!fC) return InvalidNodeId;

Callers 3

slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerFileFunction · 0.85

Calls 2

NodeIdClass · 0.50
TypeMethod · 0.45

Tested by

no test coverage detected