MCPcopy Create free account
hub / github.com/ceifa/wasmoon / remove

Method remove

src/thread.ts:93–95  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

91 }
92
93 public remove(index: number): void {
94 return this.lua.lua_remove(this.address, index)
95 }
96
97 public setField(index: number, name: string, value: unknown): void {
98 index = this.lua.lua_absindex(this.address, index)

Callers 1

callByteCodeMethod · 0.80

Calls 1

lua_removeMethod · 0.80

Tested by

no test coverage detected