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

Function selectBetweenFacet

docs/tests/v2/es6/js/sanddance.js:148912–148915  ·  view source on GitHub ↗
(column, title, isFirst, isLast)

Source from the content-addressed store, hash-verified

148910}
148911
148912function selectBetweenFacet(column, title, isFirst, isLast) {
148913 const values = title.split(_facet.facetTitleSeparator);
148914 return selectBetween(column, isFirst ? undefined : values[0], isLast ? undefined : values[1]);
148915}
148916},{"./specs/facet":"kjBE"}],"el4c":[function(require,module,exports) {
148917"use strict";
148918

Callers

nothing calls this directly

Calls 1

selectBetweenFunction · 0.70

Tested by

no test coverage detected