MCPcopy Index your code
hub / github.com/bugy/script-server / styledNode

Function styledNode

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

Source from the content-addressed store, hash-verified

6import {clearScreen, clearScreenDown, clearScreenUp, format, moveCursorUp, moveToPosition} from './terminal_test_utils';
7
8function styledNode(text, styles = []) {
9 return {
10 'type': 'styledNode',
11 'text': text,
12 'styles': styles
13 }
14}
15
16function styledComplexNode(styles = [], children) {
17 return {

Callers 2

assertLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected