Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ IsClosed
Method
IsClosed
function.go:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
func
(uv *Upvalue) IsClosed() bool {
79
return
uv.closed || uv.reg == nil
80
}
81
82
func
UpvalueIndex(i int) int {
83
return
GlobalsIndex - i
Callers
1
SetValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected