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

Method StoreRoomVersion

internal/caching/cache_roomversions.go:9–9  ·  view source on GitHub ↗
(roomID string, roomVersion gomatrixserverlib.RoomVersion)

Source from the content-addressed store, hash-verified

7type RoomVersionCache interface {
8 GetRoomVersion(roomID string) (roomVersion gomatrixserverlib.RoomVersion, ok bool)
9 StoreRoomVersion(roomID string, roomVersion gomatrixserverlib.RoomVersion)
10}
11
12func (c Caches) GetRoomVersion(roomID string) (gomatrixserverlib.RoomVersion, bool) {

Callers 3

roomInfoMethod · 0.65

Implementers 1

Cachesinternal/caching/caches.go

Calls

no outgoing calls

Tested by

no test coverage detected