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

Function DebugHookCount

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

DebugHookCount returns the current hook count.

(l *State)

Source from the content-addressed store, hash-verified

181
182// DebugHookCount returns the current hook count.
183func DebugHookCount(l *State) int { return l.hookCount }
184
185// Stack gets information about the interpreter runtime stack.
186//

Callers 1

debug.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected