Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ code
Function
code
packages/ast/parse/linen/spec-helpers/index.js:25–27 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
23
}
24
25
function
code(value) {
26
return
{
type
:
'code'
, value, source: `\`${value}\`` };
27
}
28
29
function
pre(value, language) {
30
return
{
type
:
'pre'
, value, source: `\`\`\`${value}\`\`\``, language };
Callers
1
index.spec.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected