Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceifa/wasmoon
/ resetThread
Method
resetThread
src/thread.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public resetThread(): void {
52
this.assertOk(this.lua.lua_resetthread(this.address))
53
}
54
55
public loadString(luaCode: string, name?: string): void {
56
const
size = this.lua.module.lengthBytesUTF8(luaCode)
Callers
nothing calls this directly
Calls
1
assertOk
Method · 0.95
Tested by
no test coverage detected