Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rikschennink/fitty
/ toArray
Function
toArray
src/fitty.js:6–6 ·
view source on GitHub ↗
(nl)
Source
from the content-addressed store, hash-verified
4
5
// node list to array helper method
6
const
toArray = (nl) => [].slice.call(nl);
7
8
// states
9
const
DrawState = {
Callers
1
fitty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…