(L *LState)
| 216 | } |
| 217 | |
| 218 | func baseLoadString(L *LState) int { |
| 219 | return loadaux(L, strings.NewReader(L.CheckString(1)), L.OptString(2, "<string>")) |
| 220 | } |
| 221 | |
| 222 | func baseNext(L *LState) int { |
| 223 | tb := L.CheckTable(1) |
nothing calls this directly
no test coverage detected
searching dependent graphs…