MCPcopy
hub / github.com/microsoft/SandDance / fieldRef$1

Function fieldRef$1

docs/app/js/sanddance-app.js:147085–147092  ·  view source on GitHub ↗
(field2, name)

Source from the content-addressed store, hash-verified

147083 return ref3;
147084}
147085function fieldRef$1(field2, name) {
147086 return name ? {
147087 $field: field2,
147088 $name: name
147089 } : {
147090 $field: field2
147091 };
147092}
147093const keyFieldRef = fieldRef$1("key");
147094function compareRef(fields, orders) {
147095 return {

Callers 4

sanddance-app.jsFile · 0.70
parameterValueFunction · 0.70
parseMarkFunction · 0.70
fieldRefFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected