MCPcopy
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
80type MyStmt struct {
81 client js.Value
82 key string
83 query string
84 numInput int
85}
86
87func (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