MCPcopy 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
867func (ls *LState) isStarted() bool {
868 return ls.currentFrame != nil
869}
870
871func (ls *LState) kill() {
872 ls.Dead = true

Callers 2

coResumeFunction · 0.45
ResumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected