(ctx context.Context, eventIDs []string)
| 39 | SnapshotNIDFromEventID(ctx context.Context, eventID string) (types.StateSnapshotNID, error) |
| 40 | StateEntriesForTuples(ctx context.Context, stateBlockNIDs []types.StateBlockNID, stateKeyTuples []types.StateKeyTuple) ([]types.StateEntryList, error) |
| 41 | StateAtEventIDs(ctx context.Context, eventIDs []string) ([]types.StateAtEvent, error) |
| 42 | AddState(ctx context.Context, roomNID types.RoomNID, stateBlockNIDs []types.StateBlockNID, state []types.StateEntry) (types.StateSnapshotNID, error) |
| 43 | Events(ctx context.Context, eventNIDs []types.EventNID) ([]types.Event, error) |
| 44 | EventsFromIDs(ctx context.Context, eventIDs []string) ([]types.Event, error) |
no outgoing calls
no test coverage detected