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

Function valuesRef

docs/app/js/sanddance-app.js:148294–148296  ·  view source on GitHub ↗
(scope, field9, sort)

Source from the content-addressed store, hash-verified

148292 return cache(scope, this, "domain", "values", field8, false);
148293 },
148294 valuesRef (scope, field9, sort) {
148295 return cache(scope, this, "vals", "values", field9, sort || true);
148296 },
148297 lookupRef (scope, field10) {
148298 return cache(scope, this, "lookup", "tupleindex", field10, false);
148299 },

Callers

nothing calls this directly

Calls 1

cacheFunction · 0.70

Tested by

no test coverage detected