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

Function ifLeftTopExpr

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

Source from the content-addressed store, hash-verified

148831const ifXEnc = ($orient, a, b)=>ifEnc(`${$orient} === '${Top}' || ${$orient} === '${Bottom}'`, a, b);
148832const ifYEnc = ($orient, a, b)=>ifEnc(`${$orient} !== '${Top}' && ${$orient} !== '${Bottom}'`, a, b);
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)=>{

Callers 1

getSignFunction · 0.70

Calls 1

ifExprFunction · 0.70

Tested by

no test coverage detected