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

Function sortRef

resources/vega.min.js:32706–32713  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

32704 );
32705 },
32706 sortRef(t) {
32707 if (!t) return t;
32708 const e = tO(t.op, t.field),
32709 n = t.order || "ascending";
32710 return n.signal
32711 ? XN(this.add(bO({ fields: e, orders: this.signalRef(n.signal) })))
32712 : QN(e, n);
32713 },
32714 event(t, e) {
32715 const n = t + ":" + e;
32716 if (!this.events[n]) {

Callers

nothing calls this directly

Calls 4

tOFunction · 0.85
XNFunction · 0.85
QNFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected