Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wavedrom/wavedrom
/ from_x_y
Function
from_x_y
lib/arcs.new.js:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
// ly = ((from.y + to.y) / 2);
13
14
function
from_x_y () {
15
return
from.x +
','
+ from.y;
16
}
17
18
function
dx_dy () {
19
return
dx +
', '
+ dy;
Callers
1
arcs.new.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…