Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
export
function
getAllEntries(arr = []) {
15
return
arr.flatMap(entry => entry ? getEntries(entry) : []);
16
}
17
18
export
function
descriptionString(node, parent) {
19
if
(!node) {
Callers
3
processData
Function · 0.90
typescript.mjs
File · 0.90
getEntries
Function · 0.85
Calls
1
getEntries
Function · 0.85
Tested by
no test coverage detected