MCPcopy Index your code
hub / github.com/yuin/gopher-lua / String

Method String

function.go:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func (fp *FunctionProto) String() string {
113 return fp.str(1, 0)
114}
115
116func (fp *FunctionProto) str(level int, count int) string {
117 indent := strings.Repeat(" ", level-1)

Callers

nothing calls this directly

Calls 1

strMethod · 0.95

Tested by

no test coverage detected