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

Method EventsFromIDs

roomserver/state/state.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, eventIDs []string)

Source from the content-addressed store, hash-verified

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)
45}
46
47type StateResolution struct {

Callers 1

loadAuthEventsMethod · 0.65

Implementers 2

Databaseroomserver/storage/shared/storage.go
RoomUpdaterroomserver/storage/shared/room_updater

Calls

no outgoing calls

Tested by

no test coverage detected