MCPcopy 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
292func (e *engine) hooked() bool { return e.l.hookMask&(MaskLine|MaskCount) != 0 }
293
294func (e *engine) hook() {
295 if e.l.hookCount--; e.l.hookCount == 0 || e.l.hookMask&MaskLine != 0 {

Callers 1

initFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected