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

Method List

compile.go:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274}
275
276func (cd *codeStore) List() []uint32 {
277 return cd.codes[:cd.pc]
278}
279
280func (cd *codeStore) PosList() []int {
281 return cd.lines[:cd.pc]

Callers 5

LocalVarsMethod · 0.45
EndScopeMethod · 0.45
compileExprFunction · 0.45
compileFunctionExprFunction · 0.45
patchCodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected