MCPcopy Index your code
hub / github.com/Shopify/go-lua / DebugOpen

Function DebugOpen

debug.go:577–580  ·  view source on GitHub ↗

DebugOpen opens the debug library. Usually passed to Require.

(l *State)

Source from the content-addressed store, hash-verified

575
576// DebugOpen opens the debug library. Usually passed to Require.
577func DebugOpen(l *State) int {
578 NewLibrary(l, debugLibrary)
579 return 1
580}

Callers

nothing calls this directly

Calls 1

NewLibraryFunction · 0.85

Tested by

no test coverage detected