Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
422
func
hookTable(l *State) bool {
return
SubTable(l, RegistryIndex,
"_HKEY"
) }
423
424
func
internalHook(l *State, d Debug) {
425
hookNames := []string{
"call"
,
"return"
,
"line"
,
"count"
,
"tail call"
}
Callers
2
internalHook
Function · 0.85
debug.go
File · 0.85
Calls
1
SubTable
Function · 0.85
Tested by
no test coverage detected