Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-labs/async
/ getTeamData
Method
getTeamData
api/server/models/User.ts:330–330 ·
view source on GitHub ↗
(teamId: string)
Source
from the content-addressed store, hash-verified
328
}): Promise<any>;
329
330
getTeamData(teamId: string): Promise<{ teamName: string; teamLogoUrl: string; error: string }>;
331
332
getSubscriptionStatus(userId: string): Promise<{
333
isSubscriptionActiveForAccount: boolean;
Callers
1
public.ts
File · 0.65
Implementers
1
UserClass
api/server/models/User.ts
Calls
no outgoing calls
Tested by
no test coverage detected