Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ isStarted
Method
isStarted
state.go:867–869 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
865
}
866
867
func
(ls *LState) isStarted() bool {
868
return
ls.currentFrame != nil
869
}
870
871
func
(ls *LState) kill() {
872
ls.Dead = true
Callers
2
coResume
Function · 0.45
Resume
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected