MCPcopy 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
78func (uv *Upvalue) IsClosed() bool {
79 return uv.closed || uv.reg == nil
80}
81
82func UpvalueIndex(i int) int {
83 return GlobalsIndex - i

Callers 1

SetValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected