Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Type
Method
Type
iolib.go:113–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(file *lFile) Type() lFileType {
114
if
file.fp == nil {
115
return
lFileProcess
116
}
117
return
lFileFile
118
}
119
120
func
(file *lFile) Name() string {
121
switch
file.Type() {
Callers
2
Name
Method · 0.95
AbandonReadBuffer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected