Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
112
func
(fp *FunctionProto) String() string {
113
return
fp.str(1, 0)
114
}
115
116
func
(fp *FunctionProto) str(level int, count int) string {
117
indent := strings.Repeat(
" "
, level-1)
Callers
nothing calls this directly
Calls
1
str
Method · 0.95
Tested by
no test coverage detected