MCPcopy Create free account
hub / github.com/microsoft/SandDance / compareRef

Function compareRef

docs/app/js/sanddance-app.js:147094–147099  ·  view source on GitHub ↗
(fields, orders)

Source from the content-addressed store, hash-verified

147092}
147093const keyFieldRef = fieldRef$1("key");
147094function compareRef(fields, orders) {
147095 return {
147096 $compare: fields,
147097 $order: orders
147098 };
147099}
147100function keyRef(fields, flat) {
147101 const ref4 = {
147102 $key: fields

Callers 1

sortRefFunction · 0.70

Calls 3

refFunction · 0.70
CompareFunction · 0.70
addMethod · 0.45

Tested by

no test coverage detected