MCPcopy
hub / github.com/Infisical/agent-vault / ExecContext

Method ExecContext

internal/store/dialect.go:123–123  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

121func (SQLiteDialect) InsertReturningID(ctx context.Context, execer interface{}, query string, args ...interface{}) (int64, error) {
122 type dbExecer interface {
123 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
124 }
125 e, ok := execer.(dbExecer)
126 if !ok {

Callers 15

runGORMMigrationsFunction · 0.80
MigrateDataFunction · 0.80
copyInstanceSettingsFunction · 0.80
copyMasterKeyFunction · 0.80
copyVaultsFunction · 0.80
copyVaultSettingsFunction · 0.80
copyUsersFunction · 0.80
copyAgentsFunction · 0.80
copyVaultGrantsFunction · 0.80
copyCredentialsFunction · 0.80

Calls

no outgoing calls