MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getEdges

Method getEdges

valdi/src/valdi/runtime/JavaScript/JavaScriptHeapDumpBuilder.cpp:516–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516std::span<const JavaScriptHeapDumpParser::Edge> JavaScriptHeapDumpParser::Node::getEdges() const {
517 return std::span<const JavaScriptHeapDumpParser::Edge>(&_parser->_edges[_edgesStart], _edgesCount);
518}
519
520static constexpr size_t kElementsPerNode = 7;
521

Callers 3

ParseHeapDumpFunction · 0.80
TESTFunction · 0.80
appendDumpMethod · 0.80

Calls

no outgoing calls

Tested by 2

ParseHeapDumpFunction · 0.64
TESTFunction · 0.64