Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
292
export
function
trackWorkspaceDeleted(workspaceId: string) {
293
capture(
"workspace_deleted"
, {
294
workspace_id: workspaceId,
295
})
296
}
297
298
/**
299
* Track message sent
Callers
1
chats.ts
File · 0.90
Calls
1
capture
Function · 0.70
Tested by
no test coverage detected