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

Function hookTable

debug.go:422–422  ·  view source on GitHub ↗
(l *State)

Source from the content-addressed store, hash-verified

420}
421
422func hookTable(l *State) bool { return SubTable(l, RegistryIndex, "_HKEY") }
423
424func internalHook(l *State, d Debug) {
425 hookNames := []string{"call", "return", "line", "count", "tail call"}

Callers 2

internalHookFunction · 0.85
debug.goFile · 0.85

Calls 1

SubTableFunction · 0.85

Tested by

no test coverage detected