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

Function comparableGroup

docs/app/js/sanddance-app.js:19417–19421  ·  view source on GitHub ↗
(group)

Source from the content-addressed store, hash-verified

19415// Licensed under the MIT license.
19416var _sanddanceReact = require("@msrvida/sanddance-react");
19417function comparableGroup(group) {
19418 return Object.assign(Object.assign({}, group), {
19419 clause: null
19420 });
19421}
19422function compareGroup(a, b) {
19423 return (0, _sanddanceReact.SandDance).searchExpression.compareGroup(comparableGroup(a), comparableGroup(b));
19424}

Callers 1

compareGroupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected