Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/
Class
frontend/src/lib/api/userService.ts:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
class
UserService {
25
async
getProfile(): Promise<User> {
26
return
apiClient.get<User>(
'/users/profile'
);
27
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected