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

Method Delete

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

Source from the content-addressed store, hash-verified

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
27 Pin(ctx context.Context, uuid string) error
28 Unpin(ctx context.Context, uuid string) error

Callers 3

DeleteMethod · 0.65
registerEventToolsFunction · 0.65
RegisterAPIFunction · 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

no test coverage detected