Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
283
export
function
trackWorkspaceArchived(workspaceId: string) {
284
capture(
"workspace_archived"
, {
285
workspace_id: workspaceId,
286
})
287
}
288
289
/**
290
* Track workspace deleted
Callers
1
chats.ts
File · 0.90
Calls
1
capture
Function · 0.70
Tested by
no test coverage detected