MCPcopy Create free account
hub / github.com/buggregator/server / FindByUUID

Method FindByUUID

internal/event/store.go:23–23  ·  view source on GitHub ↗
(ctx context.Context, uuid string)

Source from the content-addressed store, hash-verified

21type Store interface {
22 Store(ctx context.Context, ev Event) error
23 FindByUUID(ctx context.Context, uuid string) (*Event, error)
24 FindAll(ctx context.Context, opts FindOptions) ([]Event, error)
25 Delete(ctx context.Context, uuid string) error
26 DeleteAll(ctx context.Context, opts DeleteOptions) error

Callers 10

handleRawFunction · 0.65
handleLinksFunction · 0.65
handleCodesFunction · 0.65
FindByUUIDMethod · 0.65
DeleteMethod · 0.65
registerSentryToolsFunction · 0.65
registerVarDumpToolsFunction · 0.65
registerEventToolsFunction · 0.65
RegisterAPIFunction · 0.65
TestAPI_Events_CRUDFunction · 0.65

Implementers 3

InstrumentedStoreinternal/metrics/instrumented_store.go
SQLiteStoreinternal/storage/sqlite.go
spyStoreinternal/server/http/ingestion_test.go

Calls

no outgoing calls

Tested by 1

TestAPI_Events_CRUDFunction · 0.52