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

Function protectedCallContinuation

base.go:64–67  ·  view source on GitHub ↗
(l *State)

Source from the content-addressed store, hash-verified

62}
63
64func protectedCallContinuation(l *State) int {
65 _, shouldYield, _ := l.Context()
66 return finishProtectedCall(l, shouldYield)
67}
68
69func loadHelper(l *State, s error, e int) int {
70 if s == nil {

Callers

nothing calls this directly

Calls 2

finishProtectedCallFunction · 0.85
ContextMethod · 0.80

Tested by

no test coverage detected