TableOpen opens the table library. Usually passed to Require.
(l *State)
| 165 | |
| 166 | // TableOpen opens the table library. Usually passed to Require. |
| 167 | func TableOpen(l *State) int { |
| 168 | NewLibrary(l, tableLibrary) |
| 169 | return 1 |
| 170 | } |
nothing calls this directly
no test coverage detected