MCPcopy Index your code
hub / github.com/yuin/gopher-lua / OpenDebug

Function OpenDebug

debuglib.go:8–12  ·  view source on GitHub ↗
(L *LState)

Source from the content-addressed store, hash-verified

6)
7
8func OpenDebug(L *LState) int {
9 dbgmod := L.RegisterModule(DebugLibName, debugFuncs)
10 L.Push(dbgmod)
11 return 1
12}
13
14var debugFuncs = map[string]LGFunction{
15 "getfenv": debugGetFEnv,

Callers

nothing calls this directly

Calls 2

RegisterModuleMethod · 0.80
PushMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…