MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / parseTeam

Function parseTeam

packages/integration-linear/src/helpers/serializers.ts:3–5  ·  view source on GitHub ↗
({ id, key, name }: Team)

Source from the content-addressed store, hash-verified

1import { Team, User } from '@linear/sdk';
2
3export function parseTeam({ id, key, name }: Team) {
4 return { id, key, name };
5}
6
7export function parseUser({ id, displayName, email, avatarUrl, admin }: User) {
8 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected