MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Exec

Method Exec

internal/identity/store.go:934–934  ·  view source on GitHub ↗
(ctx context.Context, sql string, arguments ...any)

Source from the content-addressed store, hash-verified

932// in-transaction callers without duplicating the SQL.
933type agentExecutor interface {
934 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
935}
936
937func createAgent(ctx context.Context, exec agentExecutor, agentEmail, domain, name, userID string) (*AgentIdentity, error) {

Implementers 1

fakeExecinternal/webhookpub/outbox_test.go

Calls

no outgoing calls