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

Method QueryAuthChain

roomserver/api/api.go:31–31  ·  view source on GitHub ↗

QueryAuthChain returns the entire auth chain for the event IDs given. The response includes the events in the request. Omits without error for any missing auth events. There will be no duplicates. Used in MSC2836.

(
		ctx context.Context,
		req *QueryAuthChainRequest,
		res *QueryAuthChainResponse,
	)

Source from the content-addressed store, hash-verified

29 // Omits without error for any missing auth events. There will be no duplicates.
30 // Used in MSC2836.
31 QueryAuthChain(
32 ctx context.Context,
33 req *QueryAuthChainRequest,
34 res *QueryAuthChainResponse,

Callers 3

AddRoutesFunction · 0.65
QueryAuthChainMethod · 0.65

Implementers 2

httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected