MCPcopy Index your code
hub / github.com/yuin/gopher-lua / ioRead

Function ioRead

iolib.go:682–684  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

680}
681
682func ioRead(L *LState) int {
683 return fileReadAux(L, fileDefIn(L).Value.(*lFile), 1)
684}
685
686func ioType(L *LState) int {
687 ud, udok := L.Get(1).(*LUserData)

Callers

nothing calls this directly

Calls 2

fileReadAuxFunction · 0.85
fileDefInFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…