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

Function transform

src/API/SLAPI.cpp:356–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356static std::vector<RawNodeId> transform(const std::vector<NodeId>& input) {
357 std::vector<RawNodeId> output;
358 output.reserve(input.size());
359 std::transform(input.begin(), input.end(), std::back_inserter(output),
360 [](NodeId id) { return (RawNodeId)id; });
361 return output;
362}
363
364std::vector<RawNodeId> SLgetAll(FileContent* fC, RawNodeId parent,
365 uint32_t type) {

Callers 7

TESTFunction · 0.85
SLgetAllFunction · 0.85
SLcollectAllFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
getWorkingDirsMethod · 0.85
writeInstanceMethod · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68