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

Function textNode

web-src/tests/unit/terminal_view_test.js:24–30  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

22}
23
24function textNode(text) {
25 return {
26 'type': 'textNode',
27 'text': text,
28 'styles': []
29 }
30}
31
32function anchorNode(url, styles = []) {
33 return {

Callers 2

assertLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected