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

Method FixLine

code.go:959–959  ·  view source on GitHub ↗
(line int)

Source from the content-addressed store, hash-verified

957}
958
959func (f *function) FixLine(line int) { f.f.lineInfo[len(f.f.code)-1] = int32(line) }
960
961func (f *function) setList(base, elementCount, storeCount int) {
962 if f.assert(storeCount != 0); storeCount == MultipleReturns {

Callers 4

encodeArithmeticMethod · 0.95
CloseForBodyMethod · 0.95
functionArgumentsMethod · 0.80
functionStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected