Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ hooked
Method
hooked
vm.go:292–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
290
}
291
292
func
(e *engine) hooked() bool {
return
e.l.hookMask&(MaskLine|MaskCount) != 0 }
293
294
func
(e *engine) hook() {
295
if
e.l.hookCount--; e.l.hookCount == 0 || e.l.hookMask&MaskLine != 0 {
Callers
1
init
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected