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

Function trackWorkspaceDeleted

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

Source from the content-addressed store, hash-verified

290 * Track workspace deleted
291 */
292export function trackWorkspaceDeleted(workspaceId: string) {
293 capture("workspace_deleted", {
294 workspace_id: workspaceId,
295 })
296}
297
298/**
299 * Track message sent

Callers 1

chats.tsFile · 0.90

Calls 1

captureFunction · 0.70

Tested by

no test coverage detected