MCPcopy Create free account
hub / github.com/alignoth/alignoth / mS

Function mS

resources/vega.min.js:26174–26181  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

26172 e.y + e.y1 > r.y && (r.y = e.y + e.y1));
26173 }
26174 function mS(t, e) {
26175 return (
26176 t.x + t.x1 > e[0].x &&
26177 t.x + t.x0 < e[1].x &&
26178 t.y + t.y1 > e[0].y &&
26179 t.y + t.y0 < e[1].y
26180 );
26181 }
26182 function yS(t) {
26183 var e = t[0] / t[1];
26184 return function (t) {

Callers 1

hFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected