Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dosco/graphjin
/ MyStmt
Struct
MyStmt
wasm/mysql.go:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
type
MyStmt
struct
{
81
client js.Value
82
key string
83
query string
84
numInput int
85
}
86
87
func
(s *MyStmt) Close() error {
88
await(s.client.Call(
"end"
))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected