Look up the state entries for a list of string event IDs Returns an error if the there is an error talking to the database Returns a types.MissingEventError if the event IDs aren't in the database.
(ctx context.Context, eventIDs []string)
| 80 | // Returns an error if the there is an error talking to the database |
| 81 | // Returns a types.MissingEventError if the event IDs aren't in the database. |
| 82 | StateEntriesForEventIDs(ctx context.Context, eventIDs []string) ([]types.StateEntry, error) |
| 83 | // Look up the string event state keys for a list of numeric event state keys |
| 84 | // Returns an error if there was a problem talking to the database. |
| 85 | EventStateKeys(ctx context.Context, eventStateKeyNIDs []types.EventStateKeyNID) (map[types.EventStateKeyNID]string, error) |
no outgoing calls
no test coverage detected