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

Function SLgetAll

src/API/SLAPI.cpp:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364std::vector<RawNodeId> SLgetAll(FileContent* fC, RawNodeId parent,
365 uint32_t type) {
366 if (!fC) return {};
367 return transform(fC->sl_get_all(NodeId(parent), (VObjectType)type));
368}
369
370std::vector<RawNodeId> SLgetAll(FileContent* fC, RawNodeId parent,
371 const std::vector<uint32_t>& types) {

Callers

nothing calls this directly

Calls 3

transformFunction · 0.85
NodeIdClass · 0.50
sl_get_allMethod · 0.45

Tested by

no test coverage detected