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

Method SetFederationAPI

roomserver/api/api_trace.go:22–24  ·  view source on GitHub ↗
(fsAPI fsAPI.RoomserverFederationAPI, keyRing *gomatrixserverlib.KeyRing)

Source from the content-addressed store, hash-verified

20}
21
22func (t *RoomserverInternalAPITrace) SetFederationAPI(fsAPI fsAPI.RoomserverFederationAPI, keyRing *gomatrixserverlib.KeyRing) {
23 t.Impl.SetFederationAPI(fsAPI, keyRing)
24}
25
26func (t *RoomserverInternalAPITrace) SetAppserviceAPI(asAPI asAPI.AppServiceInternalAPI) {
27 t.Impl.SetAppserviceAPI(asAPI)

Callers

nothing calls this directly

Calls 1

SetFederationAPIMethod · 0.65

Tested by

no test coverage detected