OSOpen opens the os library. Usually passed to Require.
(l *State)
| 142 | |
| 143 | // OSOpen opens the os library. Usually passed to Require. |
| 144 | func OSOpen(l *State) int { |
| 145 | NewLibrary(l, osLibrary) |
| 146 | return 1 |
| 147 | } |
nothing calls this directly
no test coverage detected