Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ closeHelper
Function
closeHelper
io.go:77–82 ·
view source on GitHub ↗
(l *State)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
closeHelper(l *State) int {
78
s := toStream(l)
79
close := s.close
80
s.close = nil
81
return
close(l)
82
}
83
84
func
close(l *State) int {
85
if
l.IsNone(1) {
Callers
2
close
Function · 0.85
readLine
Function · 0.85
Calls
2
toStream
Function · 0.85
close
Function · 0.85
Tested by
no test coverage detected