MCPcopy Index your code
hub / github.com/coder/mux / createDefaultActivitySnapshot

Function createDefaultActivitySnapshot

src/node/services/workspaceService.ts:1518–1525  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1516}
1517
1518function createDefaultActivitySnapshot(): WorkspaceActivitySnapshot {
1519 return {
1520 recency: 0,
1521 streaming: false,
1522 lastModel: null,
1523 lastThinkingLevel: null,
1524 };
1525}
1526
1527function mergeActiveWorkflowRunCount(
1528 snapshot: WorkspaceActivitySnapshot | null,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected