MCPcopy Create free account
hub / github.com/yuin/gopher-lua / GetLabel

Method GetLabel

compile.go:386–391  ·  view source on GitHub ↗
(label string)

Source from the content-addressed store, hash-verified

384}
385
386func (b *codeBlock) GetLabel(label string) *gotoLabelDesc {
387 if v, ok := b.labels[label]; ok {
388 return v
389 }
390 return nil
391}
392
393func (b *codeBlock) LocalVarsCount() int {
394 count := 0

Callers 2

GetNamedLabelMethod · 0.80
FindLabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected