Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ walkNested
Function
walkNested
packages/effect/src/JsonSchema.ts:373–375 ·
view source on GitHub ↗
(node: unknown)
Source
from the content-addressed store, hash-verified
371
}
372
373
function
walkNested(node: unknown): unknown {
374
return
walk(node, false)
375
}
376
}
377
378
/**
Callers
1
walk
Function · 0.85
Calls
1
walk
Function · 0.70
Tested by
no test coverage detected