MCPcopy Create free account
hub / github.com/compozy/agh / ExecContext

Method ExecContext

internal/memory/catalog.go:454–454  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

452
453type catalogWriteExecutor interface {
454 ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error)
455}
456
457func newCatalog(path string, now func() time.Time) *catalog {

Callers 15

ActivateSourceSessionMethod · 0.65
ResetSourceMethod · 0.65
deleteRawWithExecutorMethod · 0.65
advanceSourceStateFunction · 0.65
insertRecordFunction · 0.65
updateRecordFunction · 0.65
rollbackImmediateFunction · 0.65
holdResourceWriteLockFunction · 0.65
insertDecisionMethod · 0.65
markDecisionAppliedMethod · 0.65

Implementers 2

WriteTxinternal/store/write.go
projectionRaceExecutorinternal/store/globaldb/global_db_task

Calls

no outgoing calls