MCPcopy 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
145func fileDefIn(L *LState) *LUserData {
146 return L.Get(UpvalueIndex(1)).(*LTable).RawGetInt(fileDefInIndex).(*LUserData)
147}
148
149func fileIsWritable(L *LState, file *lFile) int {
150 if file.writer == nil {

Callers 3

ioInputFunction · 0.85
ioLinesFunction · 0.85
ioReadFunction · 0.85

Calls 3

UpvalueIndexFunction · 0.85
RawGetIntMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…