Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ fileDefIn
Function
fileDefIn
iolib.go:145–147 ·
view source on GitHub ↗
(L *LState)
Source
from the content-addressed store, hash-verified
143
}
144
145
func
fileDefIn(L *LState) *LUserData {
146
return
L.Get(UpvalueIndex(1)).(*LTable).RawGetInt(fileDefInIndex).(*LUserData)
147
}
148
149
func
fileIsWritable(L *LState, file *lFile) int {
150
if
file.writer == nil {
Callers
3
ioInput
Function · 0.85
ioLines
Function · 0.85
ioRead
Function · 0.85
Calls
3
UpvalueIndex
Function · 0.85
RawGetInt
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…