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

Method QueryStateAndAuthChain

roomserver/api/api_trace.go:225–233  ·  view source on GitHub ↗
(
	ctx context.Context,
	req *QueryStateAndAuthChainRequest,
	res *QueryStateAndAuthChainResponse,
)

Source from the content-addressed store, hash-verified

223}
224
225func (t *RoomserverInternalAPITrace) QueryStateAndAuthChain(
226 ctx context.Context,
227 req *QueryStateAndAuthChainRequest,
228 res *QueryStateAndAuthChainResponse,
229) error {
230 err := t.Impl.QueryStateAndAuthChain(ctx, req, res)
231 util.GetLogger(ctx).WithError(err).Infof("QueryStateAndAuthChain req=%+v res=%+v", js(req), js(res))
232 return err
233}
234
235func (t *RoomserverInternalAPITrace) PerformBackfill(
236 ctx context.Context,

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70

Tested by

no test coverage detected