MCPcopy
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
14function from_x_y () {
15 return from.x + ',' + from.y;
16}
17
18function dx_dy () {
19 return dx + ', ' + dy;

Callers 1

arcs.new.jsFile · 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…