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

Method resetHookCount

debug.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type Frame *callInfo
11
12func (l *State) resetHookCount() { l.hookCount = l.baseHookCount }
13func (l *State) prototype(ci *callInfo) *prototype {
14 return l.stack[ci.function].(*luaClosure).prototype
15}

Callers 2

traceExecutionMethod · 0.95
SetDebugHookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected