Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
export
function
parseUser({ id, displayName, email, avatarUrl, admin }: User) {
8
return
{
9
id,
10
displayName,
11
email,
12
avatarUrl,
13
admin,
14
};
15
}
Callers
1
fetchUser
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected