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

Function DebugHookMask

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

DebugHookMask returns the current hook mask.

(l *State)

Source from the content-addressed store, hash-verified

178
179// DebugHookMask returns the current hook mask.
180func DebugHookMask(l *State) byte { return l.hookMask }
181
182// DebugHookCount returns the current hook count.
183func DebugHookCount(l *State) int { return l.hookCount }

Callers 1

debug.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected