Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepops-ai/deepops
/ iterFunction
Method
iterFunction
ui/src/utils/treeNode.ts:18–20 ·
view source on GitHub ↗
(fn, depth = 0)
Source
from the content-addressed store, hash-verified
16
value;
17
children;
18
static iterFunction(fn, depth = 0) {
19
return
node => fn(node.value, node, depth);
20
}
21
22
static searchFunction(search) {
23
if
(typeof search ===
'function'
) {
Callers
2
find
Method · 0.80
getPath
Method · 0.80
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected