Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/yuin/gopher-lua
/ Last
Method
Last
compile.go:288–293 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
286
}
287
288
func
(cd *codeStore) Last() uint32 {
289
if
cd.pc == 0 {
290
return
opInvalidInstruction
291
}
292
return
cd.codes[cd.pc-1]
293
}
294
295
func
(cd *codeStore) Pop() {
296
cd.pc--
Callers
2
PropagateKMV
Method · 0.95
PropagateMV
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected