Lookup the event IDs for a batch of event numeric IDs. Returns an error if the retrieval went wrong.
(ctx context.Context, eventNIDs []types.EventNID)
| 91 | // Lookup the event IDs for a batch of event numeric IDs. |
| 92 | // Returns an error if the retrieval went wrong. |
| 93 | EventIDs(ctx context.Context, eventNIDs []types.EventNID) (map[types.EventNID]string, error) |
| 94 | // Opens and returns a room updater, which locks the room and opens a transaction. |
| 95 | // The GetRoomUpdater must have Commit or Rollback called on it if this doesn't return an error. |
| 96 | // If this returns an error then no further action is required. |
no outgoing calls
no test coverage detected