Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceifa/wasmoon
/ getTop
Method
getTop
src/thread.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
public getTop(): number {
86
return
this.lua.lua_gettop(this.address)
87
}
88
89
public setTop(index: number): void {
90
this.lua.lua_settop(this.address, index)
Callers
11
runSync
Method · 0.95
call
Method · 0.95
getStackValues
Method · 0.95
pushValue
Method · 0.95
dumpStack
Method · 0.95
assertOk
Method · 0.95
getTable
Method · 0.80
callByteCode
Method · 0.80
constructor
Method · 0.80
jsFunc
Method · 0.80
pushValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected