Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
276
func
(cd *codeStore) List() []uint32 {
277
return
cd.codes[:cd.pc]
278
}
279
280
func
(cd *codeStore) PosList() []int {
281
return
cd.lines[:cd.pc]
Callers
5
LocalVars
Method · 0.45
EndScope
Method · 0.45
compileExpr
Function · 0.45
compileFunctionExpr
Function · 0.45
patchCode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected