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

Function showLinearDetail

apps/web/ui/IntegrationsModal/index.tsx:257–262  ·  view source on GitHub ↗
(integration: any)

Source from the content-addressed store, hash-verified

255}
256
257function showLinearDetail(integration: any): React.ReactNode {
258 const team = integration?.data?.teams?.find(
259 (t: any) => t?.id === integration?.externalId
260 );
261 return team ? `${team.key} ${team.name}` : '';
262}
263
264function ShowIntegrationDetail({
265 api,

Callers 1

ShowIntegrationDetailFunction · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected