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

Function S

resources/vega-embed.min.js:498–505  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

496 * (c) 2017-2021 Joachim Wester
497 * MIT license
498 */ function S(e, t) {
499 void 0 === t && (t = !1);
500 var n = $.get(e.object);
501 (C(n.value, e.object, e.patches, "", t),
502 e.patches.length && A(n.value, e.patches));
503 var r = e.patches;
504 return (r.length > 0 && ((e.patches = []), e.callback && e.callback(r)), r);
505 }
506 function C(e, t, n, r, i) {
507 if (t !== e) {
508 "function" == typeof t.toJSON && (t = t.toJSON());

Callers 2

oFunction · 0.70
vega-embed.min.jsFile · 0.70

Calls 3

CFunction · 0.70
AFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected