MCPcopy Index your code
hub / github.com/Shopify/go-lua / move

Method move

lua.go:598–598  ·  view source on GitHub ↗
(dest int, src value)

Source from the content-addressed store, hash-verified

596}
597
598func (l *State) move(dest int, src value) { l.setIndexToValue(dest, src) }
599
600// Replace moves the top element into the given valid index without shifting
601// any element (therefore replacing the value at the given index), and then

Callers 2

ReplaceMethod · 0.95
CopyMethod · 0.95

Calls 1

setIndexToValueMethod · 0.95

Tested by

no test coverage detected