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

Function fh

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

Source from the content-addressed store, hash-verified

9676 );
9677 }
9678 function fh(t, e) {
9679 var n,
9680 r = {},
9681 i = {};
9682 for (n in ((null !== t && "object" == typeof t) || (t = {}),
9683 (null !== e && "object" == typeof e) || (e = {}),
9684 e))
9685 n in t ? (r[n] = gh(t[n], e[n])) : (i[n] = e[n]);
9686 return function (t) {
9687 for (n in r) i[n] = r[n](t);
9688 return i;
9689 };
9690 }
9691 var hh = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,
9692 dh = new RegExp(hh.source, "g");
9693 function ph(t, e) {

Callers

nothing calls this directly

Calls 1

ghFunction · 0.85

Tested by

no test coverage detected