Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ toStream
Function
toStream
io.go:19–19 ·
view source on GitHub ↗
(l *State)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
toStream(l *State) *stream {
return
CheckUserData(l, 1, fileHandle).(*stream) }
20
21
func
toFile(l *State) *os.File {
22
s := toStream(l)
Callers
5
toFile
Function · 0.85
newFile
Function · 0.85
closeHelper
Function · 0.85
io.go
File · 0.85
dontClose
Function · 0.85
Calls
1
CheckUserData
Function · 0.85
Tested by
no test coverage detected