(L *LState)
| 680 | } |
| 681 | |
| 682 | func ioRead(L *LState) int { |
| 683 | return fileReadAux(L, fileDefIn(L).Value.(*lFile), 1) |
| 684 | } |
| 685 | |
| 686 | func ioType(L *LState) int { |
| 687 | ud, udok := L.Get(1).(*LUserData) |
nothing calls this directly
no test coverage detected
searching dependent graphs…