Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceifa/wasmoon
/ setTop
Method
setTop
src/thread.ts:89–91 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
87
}
88
89
public setTop(index: number): void {
90
this.lua.lua_settop(this.address, index)
91
}
92
93
public remove(index: number): void {
94
return
this.lua.lua_remove(this.address, index)
Callers
1
getTable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected