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

Function ifRightExpr

docs/app/js/sanddance-app.js:148835–148835  ·  view source on GitHub ↗
($orient, a, b)

Source from the content-addressed store, hash-verified

148833const ifLeftTopExpr = ($orient, a, b)=>ifExpr(`${$orient} === '${Left}' || ${$orient} === '${Top}'`, a, b);
148834const ifTopExpr = ($orient, a, b)=>ifExpr(`${$orient} === '${Top}'`, a, b);
148835const ifRightExpr = ($orient, a, b)=>ifExpr(`${$orient} === '${Right}'`, a, b);
148836const ifEnc = (test, a, b)=>{
148837 // ensure inputs are encoder objects (or null)
148838 a = a != null ? encoder(a) : a;

Callers 1

ifRightFunction · 0.70

Calls 1

ifExprFunction · 0.70

Tested by

no test coverage detected