MCPcopy
hub / github.com/processing/p5.js / getAllEntries

Function getAllEntries

utils/shared-helpers.mjs:14–16  ·  view source on GitHub ↗
(arr = [])

Source from the content-addressed store, hash-verified

12}
13
14export function getAllEntries(arr = []) {
15 return arr.flatMap(entry => entry ? getEntries(entry) : []);
16}
17
18export function descriptionString(node, parent) {
19 if (!node) {

Callers 3

processDataFunction · 0.90
typescript.mjsFile · 0.90
getEntriesFunction · 0.85

Calls 1

getEntriesFunction · 0.85

Tested by

no test coverage detected