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

Method QueryCurrentState

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

QueryCurrentState retrieves the requested state events. If state events are not found, they will be missing from the response.

(ctx context.Context, req *QueryCurrentStateRequest, res *QueryCurrentStateResponse)

Source from the content-addressed store, hash-verified

63 // QueryCurrentState retrieves the requested state events. If state events are not found, they will be missing from
64 // the response.
65 QueryCurrentState(ctx context.Context, req *QueryCurrentStateRequest, res *QueryCurrentStateResponse) error
66}
67
68// API functions required by the syncapi

Callers 11

roomNameMethod · 0.65
AddRoutesFunction · 0.65
GetStateEventFunction · 0.65
QueryCurrentStateMethod · 0.65
stateEventMethod · 0.65
authorisedServerMethod · 0.65
authorisedUserMethod · 0.65
childReferencesMethod · 0.65
GetAliasesFunction · 0.65
stateEqualFunction · 0.65
checkMemberInRoomFunction · 0.65

Implementers 3

Queryerroomserver/internal/query/query.go
httpRoomserverInternalAPIroomserver/inthttp/client.go
RoomserverInternalAPITraceroomserver/api/api_trace.go

Calls

no outgoing calls

Tested by

no test coverage detected