Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
276
func
clear(r []value) {
277
for
i :=
range
r {
278
r[i] = nil
279
}
280
}
281
282
func
(e *engine) newFrame() {
283
ci := e.callInfo
Callers
2
init
Function · 0.85
executeSwitch
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected