Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ outerField
Function
outerField
docs/app/js/sanddance-app.js:148150–148150 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
148148
}
// -- Utilities -----
148149
const
outerExpr = (_)=>_ && _.expr;
148150
const
outerField = (_)=>_ && _.field;
148151
const
isData = (_)=>_ ===
"data"
;
148152
const
isExpr = (_)=>_ ===
"expr"
;
148153
const
isField = (_)=>_ ===
"field"
;
Callers
1
parameterValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected