Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Dump
Function
Dump
parse/lexer.go:545–547 ·
view source on GitHub ↗
(chunk []ast.Stmt)
Source
from the content-addressed store, hash-verified
543
}
544
545
func
Dump(chunk []ast.Stmt) string {
546
return
dump(chunk, 0,
" "
)
547
}
548
549
// }}
Callers
2
testScriptCompile
Function · 0.92
mainAux
Function · 0.92
Calls
1
dump
Function · 0.85
Tested by
1
testScriptCompile
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…