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

Method GetRoomVersion

internal/caching/cache_roomversions.go:8–8  ·  view source on GitHub ↗
(roomID string)

Source from the content-addressed store, hash-verified

6// a room version cache.
7type RoomVersionCache interface {
8 GetRoomVersion(roomID string) (roomVersion gomatrixserverlib.RoomVersion, ok bool)
9 StoreRoomVersion(roomID string, roomVersion gomatrixserverlib.RoomVersion)
10}
11

Callers 3

eventsMethod · 0.65

Implementers 1

Cachesinternal/caching/caches.go

Calls

no outgoing calls

Tested by

no test coverage detected