MCPcopy Create free account
hub / github.com/PostHog/duckgres / Exec

Method Exec

server/executor.go:118–120  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

116}
117
118func (e *PinnedExecutor) Exec(query string, args ...any) (ExecResult, error) {
119 return e.conn.ExecContext(context.Background(), query, args...)
120}
121
122func (e *PinnedExecutor) ConnContext(ctx context.Context) (RawConn, error) {
123 return e.db.Conn(ctx)

Callers

nothing calls this directly

Calls 1

ExecContextMethod · 0.65

Tested by

no test coverage detected