DebugOpen opens the debug library. Usually passed to Require.
(l *State)
| 575 | |
| 576 | // DebugOpen opens the debug library. Usually passed to Require. |
| 577 | func DebugOpen(l *State) int { |
| 578 | NewLibrary(l, debugLibrary) |
| 579 | return 1 |
| 580 | } |
nothing calls this directly
no test coverage detected