MCPcopy
hub / github.com/coder/mux / caughtUpEvent

Function caughtUpEvent

src/browser/stores/WorkspaceStore.test.ts:449–452  ·  view source on GitHub ↗
(overrides: Partial<ChatEvent<"caught-up">> = {})

Source from the content-addressed store, hash-verified

447}
448
449const caughtUpEvent = (overrides: Partial<ChatEvent<"caught-up">> = {}): WorkspaceChatMessage => ({
450 type: "caught-up",
451 ...overrides,
452});
453
454const sinceCaughtUpEvent = (
455 historySequence = 1,

Callers 2

sinceCaughtUpEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected