MCPcopy Create free account
hub / github.com/chakra-ui/panda / array

Function array

packages/extractor/src/box.ts:27–29  ·  view source on GitHub ↗
(value: BoxNode[], node: Node, stack: Node[])

Source from the content-addressed store, hash-verified

25 return new BoxNodeMap({ type: 'map', value, node, stack })
26 },
27 array(value: BoxNode[], node: Node, stack: Node[]) {
28 return new BoxNodeArray({ type: 'array', value, node, stack })
29 },
30 conditional(whenTrue: BoxNode, whenFalse: BoxNode, node: Node, stack: Node[]) {
31 return new BoxNodeConditional({ type: 'conditional', whenTrue, whenFalse, node, stack })
32 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected