MCPcopy
hub / github.com/microsoft/SandDance / accessor

Function accessor

docs/app/js/sanddance-app.js:106501–106505  ·  view source on GitHub ↗
(fn, fields, name)

Source from the content-addressed store, hash-verified

106499parcelHelpers.export(exports, "zoomPow", ()=>zoomPow);
106500parcelHelpers.export(exports, "zoomSymlog", ()=>zoomSymlog);
106501function accessor(fn, fields, name) {
106502 fn.fields = fields || [];
106503 fn.fname = name;
106504 return fn;
106505}
106506function accessorName(fn) {
106507 return fn == null ? null : fn.fname;
106508}

Callers 5

sanddance-app.jsFile · 0.70
fieldFunction · 0.70
compareFunction · 0.70
keyFunction · 0.70
pluckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected