MCPcopy Create free account
hub / github.com/daodst/chat / CleanEDUs

Method CleanEDUs

federationapi/storage/interface.go:45–45  ·  view source on GitHub ↗
(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt)

Source from the content-addressed store, hash-verified

43
44 CleanPDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt) error
45 CleanEDUs(ctx context.Context, serverName gomatrixserverlib.ServerName, receipts []*shared.Receipt) error
46
47 GetPendingPDUCount(ctx context.Context, serverName gomatrixserverlib.ServerName) (int64, error)
48 GetPendingEDUCount(ctx context.Context, serverName gomatrixserverlib.ServerName) (int64, error)

Callers 1

nextTransactionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected