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

Method clearCallStatus

stack.go:141–141  ·  view source on GitHub ↗
(flag callStatus)

Source from the content-addressed store, hash-verified

139
140func (ci *callInfo) setCallStatus(flag callStatus) { ci.callStatus |= flag }
141func (ci *callInfo) clearCallStatus(flag callStatus) { ci.callStatus &^= flag }
142func (ci *callInfo) isCallStatus(flag callStatus) bool { return ci.callStatus&flag != 0 }
143func (ci *callInfo) isLua() bool { return ci.luaCallInfo != nil }
144

Callers 3

traceExecutionMethod · 0.80
hookMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected