MCPcopy Create free account
hub / github.com/ethereum/node-crawler / getRaw

Function getRaw

frontend/src/data/DataProcessor.ts:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337 }
338
339 const getRaw = (): Client[] => {
340 return Object.keys(obj).map(o => obj[parseInt(o)])
341 }
342
343 data.forEach((item) => {
344 const parsedItem = parse(item)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected