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

Function createGroupFromExpression

docs/tests/v2/es6/js/sanddance.js:138703–138708  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

138701}
138702
138703function createGroupFromExpression(input) {
138704 const output = {
138705 expressions: [input]
138706 };
138707 return output;
138708}
138709
138710function ensureSearchExpressionGroupArray(search) {
138711 if (Array.isArray(search)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected