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

Method Label

code.go:411–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411func (f *function) Label() int {
412 f.lastTarget = len(f.f.code)
413 return f.lastTarget
414}
415
416func (f *function) jump(pc int) int {
417 f.assert(f.isJumpListWalkable(pc))

Callers 5

PatchToHereMethod · 0.95
encodeLabelMethod · 0.95
expressionToRegisterMethod · 0.95
whileStatementMethod · 0.80
repeatStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected