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

Function accessorFields

docs/app/js/sanddance-app.js:106509–106511  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

106507 return fn == null ? null : fn.fname;
106508}
106509function accessorFields(fn) {
106510 return fn == null ? null : fn.fields;
106511}
106512function getter(path) {
106513 return path.length === 1 ? get1(path[0]) : getN(path);
106514}

Callers 1

compareFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected