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

Function trackSubChatCreated

src/main/lib/analytics.ts:348–356  ·  view source on GitHub ↗
(data: {
  workspaceId: string
  subChatId: string
})

Source from the content-addressed store, hash-verified

346 * Track sub-chat created
347 */
348export function trackSubChatCreated(data: {
349 workspaceId: string
350 subChatId: string
351}) {
352 capture("sub_chat_created", {
353 workspace_id: data.workspaceId,
354 sub_chat_id: data.subChatId,
355 })
356}

Callers

nothing calls this directly

Calls 1

captureFunction · 0.70

Tested by

no test coverage detected