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