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

Function selectExactAxis

docs/tests/v2/es6/js/sanddance.js:148869–148875  ·  view source on GitHub ↗
(axis, column, i)

Source from the content-addressed store, hash-verified

148867}
148868
148869function selectExactAxis(axis, column, i) {
148870 const result = tickValue(axis, i);
148871
148872 if (result.tick) {
148873 return selectExact(column, result.value);
148874 }
148875}
148876
148877function selectBetween(column, lowValue, highValue, lowOperator = '>=', highOperator = '<') {
148878 const expressions = [];

Callers

nothing calls this directly

Calls 2

tickValueFunction · 0.70
selectExactFunction · 0.70

Tested by

no test coverage detected