MCPcopy Index your code
hub / github.com/microsoft/SandDance / fn

Function fn

docs/app/js/sanddance-app.js:5743–5745  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

5741 }
5742}
5743function fn(n) {
5744 return `datum[${JSON.stringify(n)}]`;
5745}
5746function subtract(...fields) {
5747 return fields.map((n)=>fn(n)).join(" - ");
5748}

Callers 15

buildMethod · 0.70
subtractFunction · 0.70
createElementFunction · 0.70
addRowFunction · 0.70
markStagerFunction · 0.70
SignalFunction · 0.70
forEachMethod · 0.70
sanddance-app.jsFile · 0.70
onFunction · 0.70
attrFunction · 0.70
FunctionsFunction · 0.70

Calls 1

fncallFunction · 0.70

Tested by

no test coverage detected