MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / root

Function root

packages/ast/parse/linen/spec-helpers/index.js:5–7  ·  view source on GitHub ↗
(children)

Source from the content-addressed store, hash-verified

3}
4
5function root(children) {
6 return { type: 'root', children, source: source(children) };
7}
8
9function text(value) {
10 return { type: 'text', value, source: value };

Callers 1

index.spec.jsFile · 0.50

Calls 1

sourceFunction · 0.70

Tested by

no test coverage detected