Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ index.js
File
index.js
packages/ast/parse/linen/expand/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
parse = require(
'../../parse'
);
2
const
{ explicit, regexp, topline } = require(
'../../combinators'
);
3
4
const
deep = (
type
, callback) => (match, _, position) => {
Callers
nothing calls this directly
Calls
5
explicit
Function · 0.85
regexp
Function · 0.85
topline
Function · 0.85
deep
Function · 0.70
parse
Function · 0.50
Tested by
no test coverage detected