Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
280
func
(cd *codeStore) PosList() []int {
281
return
cd.lines[:cd.pc]
282
}
283
284
func
(cd *codeStore) LastPC() int {
285
return
cd.pc - 1
Callers
1
compileFunctionExpr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected