MCPcopy Index your code
hub / github.com/yuin/gopher-lua / kill

Method kill

state.go:871–876  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

869}
870
871func (ls *LState) kill() {
872 ls.Dead = true
873 if ls.ctxCancelFn != nil {
874 ls.ctxCancelFn()
875 }
876}
877
878func (ls *LState) indexToReg(idx int) int {
879 base := ls.currentLocalBase()

Callers 2

switchToParentThreadFunction · 0.45
switchToParentThreadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected