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

Function clear

vm.go:276–280  ·  view source on GitHub ↗
(r []value)

Source from the content-addressed store, hash-verified

274}
275
276func clear(r []value) {
277 for i := range r {
278 r[i] = nil
279 }
280}
281
282func (e *engine) newFrame() {
283 ci := e.callInfo

Callers 2

initFunction · 0.85
executeSwitchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected