Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ text
Function
text
packages/ast/parse/linen/spec-helpers/index.js:9–11 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
7
}
8
9
function
text(value) {
10
return
{
type
:
'text'
, value, source: value };
11
}
12
13
function
bold(children) {
14
return
{
type
:
'bold'
, children, source: `*${source(children)}*` };
Callers
1
index.spec.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected