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

Method GetTaskEventRecord

internal/task/interfaces.go:202–202  ·  view source on GitHub ↗
(ctx context.Context, eventID string)

Source from the content-addressed store, hash-verified

200// EventSequenceStore is the persistence surface for stable task event sequencing used by live reads.
201type EventSequenceStore interface {
202 GetTaskEventRecord(ctx context.Context, eventID string) (EventRecord, error)
203 ListTaskEventRecords(ctx context.Context, query EventRecordQuery) ([]EventRecord, error)
204}
205

Callers 5

GetTaskEventRecordMethod · 0.65
GetTaskEventRecordMethod · 0.65
recordTaskEventMethod · 0.65

Implementers 4

inMemoryManagerStoreinternal/task/manager_test.go
fakeStoreinternal/task/interfaces_integration_t
GlobalDBinternal/store/globaldb/global_db.go
recordingRegistryinternal/daemon/daemon_test.go

Calls

no outgoing calls

Tested by 3

GetTaskEventRecordMethod · 0.52
GetTaskEventRecordMethod · 0.52