(l *State)
| 35 | } |
| 36 | |
| 37 | func newFile(l *State) *stream { |
| 38 | return newStream(l, nil, func(l *State) int { return FileResult(l, toStream(l).f.Close(), "") }) |
| 39 | } |
| 40 | |
| 41 | func ioFile(l *State, name string) *os.File { |
| 42 | l.Field(RegistryIndex, name) |
no test coverage detected