MCPcopy
hub / github.com/dosco/graphjin / stmt

Struct stmt

hostedemu/hostedemu.go:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293type stmt struct {
294 conn *conn
295 query string
296}
297
298func (s *stmt) Close() error { return nil }
299

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected