MCPcopy
hub / github.com/bugy/script-server / styledComplexNode

Function styledComplexNode

web-src/tests/unit/terminal_view_test.js:16–22  ·  view source on GitHub ↗
(styles = [], children)

Source from the content-addressed store, hash-verified

14}
15
16function styledComplexNode(styles = [], children) {
17 return {
18 'type': 'styledComplexNode',
19 'styles': styles,
20 'children': children
21 }
22}
23
24function textNode(text) {
25 return {

Callers 2

assertLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected