MCPcopy Index your code
hub / github.com/21st-dev/1code / trackWorkspaceArchived

Function trackWorkspaceArchived

src/main/lib/analytics.ts:283–287  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

281 * Track workspace archived
282 */
283export function trackWorkspaceArchived(workspaceId: string) {
284 capture("workspace_archived", {
285 workspace_id: workspaceId,
286 })
287}
288
289/**
290 * Track workspace deleted

Callers 1

chats.tsFile · 0.90

Calls 1

captureFunction · 0.70

Tested by

no test coverage detected