Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/marijnh/Eloquent-JavaScript
/ y
Method
y
code/draw_layout.js:101–103 ·
view source on GitHub ↗
(y)
Source
from the content-addressed store, hash-verified
99
return
this.scaleX * (x - this.offsetX) + nodeSize;
100
}
101
y(y) {
102
return
this.scaleY * (y - this.offsetY) + nodeSize;
103
}
104
}
Callers
1
drawGraph
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected