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

Function rM

resources/vega.min.js:18955–18965  ·  view source on GitHub ↗
(t, e, n)

Source from the content-addressed store, hash-verified

18953 }
18954 function nM() {}
18955 function rM(t, e, n) {
18956 var r = t.clipExtent && t.clipExtent();
18957 return (
18958 t.scale(150).translate([0, 0]),
18959 null != r && t.clipExtent(null),
18960 pw(n, t.stream(pA)),
18961 e(pA.result()),
18962 null != r && t.clipExtent(r),
18963 t
18964 );
18965 }
18966 function iM(t, e, n) {
18967 return rM(
18968 t,

Callers 3

iMFunction · 0.85
aMFunction · 0.85
sMFunction · 0.85

Calls 3

pwFunction · 0.85
eFunction · 0.85
resultMethod · 0.80

Tested by

no test coverage detected