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

Function ifYEnc

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

Source from the content-addressed store, hash-verified

148830 };
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);

Callers 1

ifYFunction · 0.70

Calls 1

ifEncFunction · 0.70

Tested by

no test coverage detected