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

Function invert

docs/app/js/sanddance-app.js:6388–6392  ·  view source on GitHub ↗
(search)

Source from the content-addressed store, hash-verified

6386 return output;
6387}
6388function invert(search) {
6389 if (Array.isArray(search)) return search.map(invertSearchExpressionGroup);
6390 else if ((0, _group.isSearchExpressionGroup)(search)) return invertSearchExpressionGroup(search);
6391 else return invertSearchExpression(search);
6392}
6393
6394},{"./group":"1mCdR","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"1M4ah":[function(require,module,exports) {
6395var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

calendarFunction · 0.70

Calls 4

invertSearchExpressionFunction · 0.70
getScaleFunction · 0.70
invertMethod · 0.45

Tested by

no test coverage detected