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

Method GetPendingPDUServerNames

federationapi/storage/interface.go:50–50  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

48 GetPendingEDUCount(ctx context.Context, serverName gomatrixserverlib.ServerName) (int64, error)
49
50 GetPendingPDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)
51 GetPendingEDUServerNames(ctx context.Context) ([]gomatrixserverlib.ServerName, error)
52
53 // these don't have contexts passed in as we want things to happen regardless of the request context

Callers 1

NewOutgoingQueuesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected