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

Function GB

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

Source from the content-addressed store, hash-verified

29149 };
29150 const YB = "default";
29151 function GB(t, e) {
29152 const n = t.globalCursor()
29153 ? "undefined" != typeof document && document.body
29154 : t.container();
29155 if (n)
29156 return null == e
29157 ? n.style.removeProperty("cursor")
29158 : (n.style.cursor = e);
29159 }
29160 function VB(t, e) {
29161 var n = t._runtime.data;
29162 return (ut(n, e) || s("Unrecognized data set: " + e), n[e]);

Callers 2

OzFunction · 0.85
globalCursorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected