Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ CodeNode
Interface
CodeNode
packages/ast/parse/types.ts:74–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
export
interface
CodeNode {
75
type
: string;
76
value: string;
77
source: string;
78
}
79
80
export
interface
PreNode {
81
type
: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected