Store the room state at an event in the database
( ctx context.Context, roomNID types.RoomNID, stateBlockNIDs []types.StateBlockNID, state []types.StateEntry, )
| 30 | RoomInfo(ctx context.Context, roomID string) (*types.RoomInfo, error) |
| 31 | // Store the room state at an event in the database |
| 32 | AddState( |
| 33 | ctx context.Context, |
| 34 | roomNID types.RoomNID, |
| 35 | stateBlockNIDs []types.StateBlockNID, |
no outgoing calls
no test coverage detected