Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ updateTeamId
Method
updateTeamId
packages/cli/src/util/telemetry/index.ts:415–419 ·
view source on GitHub ↗
(teamId?: string)
Source
from the content-addressed store, hash-verified
413
}
414
415
updateTeamId(teamId?: string) {
416
if
(teamId) {
417
this.teamId = teamId;
418
}
419
}
420
421
updateUserId(userId?: string) {
422
if
(userId) {
Callers
1
saveTelemetry
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected