MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / parseUser

Function parseUser

packages/integration-linear/src/helpers/serializers.ts:7–15  ·  view source on GitHub ↗
({ id, displayName, email, avatarUrl, admin }: User)

Source from the content-addressed store, hash-verified

5}
6
7export function parseUser({ id, displayName, email, avatarUrl, admin }: User) {
8 return {
9 id,
10 displayName,
11 email,
12 avatarUrl,
13 admin,
14 };
15}

Callers 1

fetchUserFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected