MCPcopy Create free account
hub / github.com/element-hq/dendrite / syncUserAPI

Struct syncUserAPI

syncapi/syncapi_test.go:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type syncUserAPI struct {
95 userapi.SyncUserAPI
96 accounts []userapi.Device
97}
98
99func (s *syncUserAPI) QueryAccessToken(ctx context.Context, req *userapi.QueryAccessTokenRequest, res *userapi.QueryAccessTokenResponse) error {
100 for _, acc := range s.accounts {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected