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

Function getAccountName

apps/web/services/discord/sync.ts:151–155  ·  view source on GitHub ↗
(account: accounts)

Source from the content-addressed store, hash-verified

149}
150
151function getAccountName(account: accounts): string {
152 return (
153 account.name || account.redirectDomain || account.slackDomain || account.id
154 );
155}

Callers 1

discordSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected