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

Function DebugHook

debug.go:177–177  ·  view source on GitHub ↗

DebugHook returns the current hook function.

(l *State)

Source from the content-addressed store, hash-verified

175
176// DebugHook returns the current hook function.
177func DebugHook(l *State) Hook { return l.hooker }
178
179// DebugHookMask returns the current hook mask.
180func DebugHookMask(l *State) byte { return l.hookMask }

Callers 1

debug.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected