MCPcopy 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

runSyncMethod · 0.95
callMethod · 0.95
getStackValuesMethod · 0.95
pushValueMethod · 0.95
dumpStackMethod · 0.95
assertOkMethod · 0.95
getTableMethod · 0.80
callByteCodeMethod · 0.80
constructorMethod · 0.80
jsFuncMethod · 0.80
pushValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected