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

Function sa

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

Source from the content-addressed store, hash-verified

3218 oa.responseType = "json";
3219 const aa = { dsv: na, csv: ea(","), tsv: ea("\t"), json: ra, topojson: oa };
3220 function sa(t, e) {
3221 return arguments.length > 1
3222 ? ((aa[t] = e), this)
3223 : ut(aa, t)
3224 ? aa[t]
3225 : null;
3226 }
3227 function ua(t) {
3228 const e = sa(t);
3229 return (e && e.responseType) || "text";

Callers 2

uaFunction · 0.70
laFunction · 0.70

Calls 1

utFunction · 0.70

Tested by

no test coverage detected