(l *State)
| 82 | } |
| 83 | |
| 84 | func close(l *State) int { |
| 85 | if l.IsNone(1) { |
| 86 | l.Field(RegistryIndex, output) |
| 87 | } |
| 88 | toFile(l) |
| 89 | return closeHelper(l) |
| 90 | } |
| 91 | |
| 92 | func write(l *State, f *os.File, argIndex int) int { |
| 93 | var err error |
no test coverage detected