Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
function
textNode(text) {
25
return
{
26
'type'
:
'textNode'
,
27
'text'
: text,
28
'styles'
: []
29
}
30
}
31
32
function
anchorNode(url, styles = []) {
33
return
{
Callers
2
assertLine
Function · 0.85
terminal_view_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected