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

Method CleanPDUs

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

Source from the content-addressed store, hash-verified

42 AssociateEDUWithDestination(ctx context.Context, serverName gomatrixserverlib.ServerName, receipt *shared.Receipt, eduType string, expireEDUTypes map[string]time.Duration) error
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)

Callers 1

nextTransactionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected