MCPcopy Index your code
hub / github.com/yuin/gopher-lua / PosList

Method PosList

compile.go:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278}
279
280func (cd *codeStore) PosList() []int {
281 return cd.lines[:cd.pc]
282}
283
284func (cd *codeStore) LastPC() int {
285 return cd.pc - 1

Callers 1

compileFunctionExprFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected