MCPcopy 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
288func (cd *codeStore) Last() uint32 {
289 if cd.pc == 0 {
290 return opInvalidInstruction
291 }
292 return cd.codes[cd.pc-1]
293}
294
295func (cd *codeStore) Pop() {
296 cd.pc--

Callers 2

PropagateKMVMethod · 0.95
PropagateMVMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected