MCPcopy 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
545func Dump(chunk []ast.Stmt) string {
546 return dump(chunk, 0, " ")
547}
548
549// }}

Callers 2

testScriptCompileFunction · 0.92
mainAuxFunction · 0.92

Calls 1

dumpFunction · 0.85

Tested by 1

testScriptCompileFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…