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

Function SLcollectAll

src/API/SLAPI.cpp:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384std::vector<RawNodeId> SLcollectAll(FileContent* fC, RawNodeId parent,
385 uint32_t type, bool first) {
386 if (fC)
387 return transform(
388 fC->sl_collect_all(NodeId(parent), (VObjectType)type, first));
389 else
390 return {};
391}
392
393std::vector<RawNodeId> SLcollectAll(FileContent* fC, RawNodeId parent,
394 const std::vector<uint32_t>& types,

Callers 6

slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerFileFunction · 0.85
slUserCallbackPerDesignFunction · 0.85
slUserCallbackPerFileFunction · 0.85

Calls 3

transformFunction · 0.85
NodeIdClass · 0.50
sl_collect_allMethod · 0.45

Tested by

no test coverage detected