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

Method SelectQueueJSON

federationapi/storage/tables/interface.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, txn *sql.Tx, jsonNIDs []int64)

Source from the content-addressed store, hash-verified

49 InsertQueueJSON(ctx context.Context, txn *sql.Tx, json string) (int64, error)
50 DeleteQueueJSON(ctx context.Context, txn *sql.Tx, nids []int64) error
51 SelectQueueJSON(ctx context.Context, txn *sql.Tx, jsonNIDs []int64) (map[int64][]byte, error)
52}
53
54type FederationJoinedHosts interface {

Callers 2

GetPendingEDUsMethod · 0.65
GetPendingPDUsMethod · 0.65

Implementers 2

queueJSONStatementsfederationapi/storage/postgres/queue_j
queueJSONStatementsfederationapi/storage/sqlite3/queue_js

Calls

no outgoing calls

Tested by

no test coverage detected