MCPcopy Create free account

hub / github.com/ad3lre/echo / functions

Functions11,285 in github.com/ad3lre/echo

↓ 11 callersFunctionch
(id: string, extra: Partial<ChannelSummary> = {})
frontend/src/services/domain/channelStructureOptimistic.test.ts:9
↓ 11 callersFunctionclampPaperShapePx
(px: number)
frontend/src/features/paper/editor/paperShapeUtils.ts:55
↓ 11 callersFunctioncreateAppActionRegistryBuild
()
frontend/src/features/layout/actions/appActionRegistry.ts:82
↓ 11 callersFunctioncreateUiTransactionManager
()
frontend/src/ui/transactions/TransactionManager.ts:76
↓ 11 callersFunctiondoc
(...blocks: Record<string, unknown>[])
backend/src/tests/paperAttribution.test.ts:19
↓ 11 callersFunctionensureAppSchema
(pool: Pool)
backend/src/db/ensureAppSchema.ts:14
↓ 11 callersFunctionentry
(id: string, label?: string)
frontend/src/utils/iconChannelSort.test.ts:8
↓ 11 callersFunctionenv
(name: string)
game-server/src/config.ts:3
↓ 11 callersFunctionfail
(msg)
scripts/verify-apple-app-site-association.mjs:17
↓ 11 callersFunctionfakeState
( overrides: Partial<VcActivityUiState> = {}, )
frontend/src/features/voice/composables/vcYoutubeBrowseActions.test.ts:27
↓ 11 callersFunctiongetCachedChannelMeta
( channelId: string, )
backend/src/domain/echoChannelMetaCache.ts:65
↓ 11 callersMethodgetUserByUsername
(username: string)
backend/src/auth/store/types.ts:71
↓ 11 callersFunctionguildChannelModalFailure
( flow: string, e: unknown, context: Record<string, unknown>, fallback: string, )
frontend/src/features/layout/composables/useGuildChannelModals.ts:115
↓ 11 callersFunctioninsertEchoMessage
( pool: pg.Pool, row: { id: string; channelId: string; authorId: string; content: string;
backend/src/domain/echoMessagesDal.ts:656
↓ 11 callersFunctionisBool
(v: unknown)
frontend/src/features/settings/accessibilityPreferences.ts:29
↓ 11 callersFunctionisEchoChatUserMediaStorageKey
(storageKey: string)
shared/chatMediaRetention.ts:144
↓ 11 callersFunctionisPlainObject
(v: unknown)
frontend/src/features/chat/editor/echoContentJsonMarkdown.ts:9
↓ 11 callersFunctionisUserBannedFromServer
( pool: pg.Pool, serverId: string, userId: string, )
backend/src/domain/echoStore/access.ts:64
↓ 11 callersFunctionissueEchoBrowserSession
( store: AuthStore, user: { id: string; username: string }, reply: FastifyReply, request?: FastifyRequ
backend/src/auth/issueBrowserSession.ts:26
↓ 11 callersFunctionloadVoiceProcessingPreferences
()
frontend/src/composables/voiceProcessingPreferences.ts:64
↓ 11 callersFunctionmakeRawMessage
(id: string, authorId = 'u1')
frontend/src/features/chat/components/MessageList.runtime.test.ts:60
↓ 11 callersFunctionmirrorDiscordImportAvatarToEcho
( pool: pg.Pool | null, targetUserId: string, discordUserId: string, avatar: string | null | undefined
backend/src/services/discordImportAvatarMirror.ts:194
↓ 11 callersFunctionmount
(overrides: Partial<Deps> = {})
frontend/src/features/layout/composables/useGuildEventDetailModalController.test.ts:97
↓ 11 callersFunctionmount
(overrides: Partial<Deps> = {})
frontend/src/features/layout/composables/useAppLayoutGlobalShortcuts.test.ts:52
↓ 11 callersFunctionnewCorrelationId
()
frontend/src/services/realtime/socketOutbound.ts:29
↓ 11 callersFunctionparseUserSettingsSectionFromQuery
( raw: string | null, )
frontend/src/features/layout/urlNavigation.ts:42
↓ 11 callersFunctionpressKeyFrom
Dispatch a bubbling keydown from a real element so `e.target` has `.closest`/`.tagName`.
frontend/src/features/layout/composables/useAppLayoutGlobalShortcuts.test.ts:35
↓ 11 callersFunctionpush
(u: string | undefined, hint?: string)
backend/src/services/discordImportMediaMirrorProcessor.ts:218
↓ 11 callersFunctionpush
(u: string | undefined)
backend/src/services/discordImportCdnRefresh.ts:76
↓ 11 callersFunctionreplaceChannelMessagesFromHistory
( channelId: string, raw: RawMessage[], )
frontend/src/services/realtime/channelMessageAuthority.ts:65
↓ 11 callersFunctionresolveEchoGroupDmMaxMembers
( raw: unknown, fallback: number = ECHO_PLAN_GROUP_DM_MAX_MEMBERS.free, )
shared/echoPlanLimits.ts:56
↓ 11 callersFunctionresolveEffectiveChannelNotificationLevel
( serverLevel: EchoServerNotificationLevel, override: EchoChannelNotificationOverride | undefined | null,
shared/attentionPing.ts:175
↓ 11 callersFunctionresolveSendTarget
( surface: MainSurface, nav: NavState, )
frontend/src/features/layout/resolveSendTarget.ts:13
↓ 11 callersFunctionrewriteR2EchoUploadUrlForReadThrough
(url: string)
frontend/src/utils/rewriteR2EchoUploadUrlForReadThrough.ts:33
↓ 11 callersFunctionrow
( partial: Partial<DmMentionNotificationRow>, )
frontend/src/features/dm/filterDmMentionNotificationRows.test.ts:11
↓ 11 callersFunctionserializeUser
(opts: { id: string; username: string; displayName?: string; pfp?: string; isBot?: boolean; })
backend/src/api/routes/discordApi/serializers.ts:202
↓ 11 callersFunctionsessionRuntime
Shared across duplicate module evaluations (tsx / test dynamic imports).
backend/src/auth/serverSession.ts:43
↓ 11 callersFunctionsetAction
(action: KeybindActionId | null)
frontend/src/features/layout/composables/useAppLayoutGlobalShortcuts.test.ts:59
↓ 11 callersFunctionsetAudioTrackVolumeIfSupported
( track: object, gain: number, )
frontend/src/services/livekit/livekitTrackAdapter.ts:242
↓ 11 callersFunctionsetEnv
(next: Record<string, string | undefined>)
backend/src/tests/shippingSecurity.test.ts:7
↓ 11 callersFunctionsnapshotPaperEditorSelection
( editor: Editor | null | undefined, )
frontend/src/features/paper/editor/paperFormatSelection.ts:13
↓ 11 callersFunctionstubDocumentTheme
(opts: { theme?: string; echoLightVariant?: string; echoDarkVariant?: string; })
frontend/src/features/paper/composables/usePaperAppearance.test.ts:10
↓ 11 callersFunctionsurfaceAddServerFlowFeedback
* Join/create/import feedback: always store `addServerJoinError` for inline UI. * When the Add Server modal is open, the shell info banner sits *un
frontend/src/features/layout/composables/useAddServerFlow.ts:235
↓ 11 callersFunctiontoRaw
(message: MessageWithAuthor)
frontend/src/features/chat/presentation/messageListRowPresentation.test.ts:24
↓ 11 callersFunctiontrimToNull
(input: unknown, max = 512)
backend/src/observability/networkDiagnostics.ts:34
↓ 11 callersFunctionupdateEchoRole
( pool: pg.Pool, serverId: string, actorId: string, roleId: string, patch: { name?: string;
backend/src/domain/echoStore/roles.ts:521
↓ 11 callersFunctionuseAppLayoutDmRailUnread
(deps: { authSession: ReturnType<typeof useAuthSessionStore>; workspace: WorkspaceStateApi; activeChanne
frontend/src/services/orchestration/useAppLayoutDmRailUnread.ts:72
↓ 11 callersFunctionuseAppLayoutMessageActions
( options: UseAppLayoutMessageActionsOptions, )
frontend/src/features/layout/composables/useAppLayoutMessageActions.ts:156
↓ 11 callersFunctionuseAppLayoutRailLoadingDerived
(opts: { immediateShellSwitchPending: Ref<boolean>; activeRailTab: Ref<RailTab>; serverStore: ReturnType
frontend/src/features/layout/composables/useAppLayoutRailLoadingDerived.ts:13
↓ 10 callersFunctionactorMayGrantPermissionSet
( actorPerms: ReadonlySet<string>, granted: ReadonlySet<string>, actorIsOwner: boolean, )
backend/src/domain/echoStore/roles.ts:124
↓ 10 callersFunctionanalyzePaperSelectionFormat
( editor: Editor | null | undefined, )
frontend/src/features/paper/editor/paperSelectionFormat.ts:159
↓ 10 callersFunctionapiMsg
(id: string, content: string)
frontend/src/services/orchestration/echoWorkspaceChannelPrefetch.test.ts:48
↓ 10 callersFunctionapplyLayerFromPartialObject
( prev: Set<string>, obj: Record<string, unknown> | null | undefined, allKeys: readonly string[], opts
backend/src/domain/echoPermissionPrimitives.ts:281
↓ 10 callersFunctionassertBotInGuild
( botId: string, guildId: string, reply: FastifyReply, )
backend/src/api/routes/discordApi/rest/guilds.ts:36
↓ 10 callersFunctionattr
(s: string)
frontend/src/features/chat/viewModel/messageBodyMarkdown.ts:400
↓ 10 callersFunctionblockedCard
( urlString: string, title: string, provider: string, color: number, extra?: string, )
backend/src/services/linkUnfurl/linkUnfurlUrlStubs.ts:80
↓ 10 callersFunctionbufToB64
(ab: ArrayBuffer)
frontend/src/services/e2ee/e2eeSignalStore.ts:19
↓ 10 callersFunctionbytes
(payload: unknown)
frontend/src/audio/voiceEchoLiveKitData.test.ts:4
↓ 10 callersFunctionclampEchoChannelName
(raw: string)
shared/echoChannelLimits.ts:6
↓ 10 callersFunctionclearBrowserSessionCookies
(reply: FastifyReply)
backend/src/auth/sessionCookies.ts:184
↓ 10 callersFunctionclearGuestBindingCookie
(reply: FastifyReply)
backend/src/auth/sessionCookies.ts:159
↓ 10 callersFunctiondefaultRolePermissions
()
frontend/src/features/server-settings/domain/roleManagerState.ts:24
↓ 10 callersFunctiondeleteServerSession
( sessionId: string, userId: string, )
backend/src/auth/serverSession.ts:213
↓ 10 callersFunctiondetectWebglSupport
()
frontend/src/platform/webglSupport.ts:92
↓ 10 callersFunctiondmPeerUserIdFromChannelId
( channelId: string, echoPeerByChannelId: ReadonlyMap<string, string>, )
frontend/src/features/dm/buildDmPanelUserList.ts:114
↓ 10 callersFunctionechoMessageIdPgGreaterThan
(a: string, b: string)
backend/src/domain/echoMessageIdPgCompare.ts:10
↓ 10 callersFunctionechoUserMatchesSearchQuery
( user: EchoUserSearchFields, query: string, )
frontend/src/utils/echoUserSearch.ts:7
↓ 10 callersFunctionemitIf
( phase: ChatMediaUploadProgressEvent['phase'], uploadPercent: number | null = null, )
frontend/src/composables/uploadPendingMediaAsAttachments.ts:530
↓ 10 callersFunctionemitPollVoteFailed
( socket: Socket, payload: { code: PollVoteFailedCode; channelId?: string; messageId?: string;
backend/src/sockets/pollVoteHandler.ts:20
↓ 10 callersFunctionenforceAndPublishEchoVoiceAccess
( fastify: FastifyInstance, pool: pg.Pool, opts: { serverId: string; channelId?: string; use
backend/src/services/echoVoiceAccessEnforcement.ts:158
↓ 10 callersFunctionexecuteEvaluationPlan
( plan: EvaluationPlan, traceMode: EchoTraceMode = 'compressed', )
backend/src/domain/echoPermissionEvaluate.ts:259
↓ 10 callersFunctionextractInviteTokenFromUserInput
(input: string)
frontend/src/utils/inviteLinkParse.ts:13
↓ 10 callersFunctionextractMarkdownMathRegions
( text: string, )
frontend/src/composables/markdownMathRegions.ts:114
↓ 10 callersFunctionextractStorageKeyFromEchoMediaUrl
(url: string)
backend/src/services/echoEmojiAsset.ts:55
↓ 10 callersFunctionextractStorageKeyFromEchoMediaUrl
( url: string, opts?: ExtractStorageKeyFromEchoMediaUrlOptions, )
shared/echoUploadStorageKey.ts:163
↓ 10 callersFunctionfindAllIdTokenMatches
( text: string, )
frontend/src/utils/idTokens.ts:129
↓ 10 callersFunctionfoldRolePermissions
( roles: ReadonlyArray<{ id: string; position: number; permissions: unknown; /** When `visua
backend/src/domain/echoPermissionPrimitives.ts:163
↓ 10 callersFunctiongetEchoWorkspaceVersionForServers
( pool: pg.Pool, serverIds: string[], )
backend/src/domain/echoStore/auditLog.ts:29
↓ 10 callersFunctiongetHighestRoleForMember
( serverId: string, userId: string, overrides?: Record<string, Record<string, MemberRole[]>> | null, )
frontend/src/utils/memberProfiles.ts:522
↓ 10 callersFunctiongetRedis
()
backend/src/auth/serverSession.ts:61
↓ 10 callersFunctiongetTwemojiSrc
(emoji: string)
frontend/src/utils/twemoji.ts:137
↓ 10 callersFunctionisBenignPrimaryFlowError
( cause: unknown, flow?: string, _context?: Record<string, unknown>, )
frontend/src/utils/primaryFlowFailure.ts:90
↓ 10 callersFunctionisBugHunterRecordingEnabled
()
frontend/src/observability/bugHunterTrace.ts:120
↓ 10 callersFunctionisCsrfExemptPath
(path: string)
backend/src/auth/csrf.ts:64
↓ 10 callersFunctionisEchoPairBlocked
( pool: pg.Pool, a: string, b: string, )
backend/src/domain/echoStore/blocks.ts:3
↓ 10 callersFunctionisEchoPublicServerBrandingStorageKey
( storageKey: string, )
shared/echoUploadStorageKey.ts:32
↓ 10 callersFunctionisPlainObject
(v: unknown)
shared/richBlockContentJson.ts:43
↓ 10 callersFunctionisServerChannelUnreadForPingBubble
( summary: EchoAttentionChannelSummary, lastReadMessageId: string | null | undefined, )
shared/attentionPing.ts:238
↓ 10 callersFunctionisUuidLike
(s: string)
backend/src/scripts/migrateEchoIdsToSnowflake.ts:23
↓ 10 callersFunctionjoinEchoServerFromDirectory
( pool: pg.Pool, serverId: string, userId: string, joinClientIp: string | null = null, opts?: {
backend/src/domain/echoStore/servers.ts:1214
↓ 10 callersFunctionloadTimeLanguagePreferences
()
frontend/src/features/settings/timeLanguagePreferences.ts:131
↓ 10 callersFunctionloginAuditDigests
(req: FastifyRequest)
backend/src/auth/loginAudit.ts:15
↓ 10 callersFunctionmakeHash
(password: string)
backend/src/auth/store/helpers.ts:36
↓ 10 callersFunctionmakeMessage
( id: string, authorId: string, timestamp: string, extra: Partial<RawMessage> = {}, )
frontend/src/services/realtime/__tests__/channelMessageIndex.test.ts:9
↓ 10 callersFunctionmakeMessage
( id: string, authorId: string, timestamp: string, )
frontend/src/services/realtime/__tests__/channelMessageAuthority.test.ts:14
↓ 10 callersFunctionmakeMessageWithAuthor
(id: string, authorId = 'u1')
frontend/src/features/chat/components/MessageList.runtime.test.ts:71
↓ 10 callersFunctionmergeModalSearchParams
( preserve: string | URLSearchParams, patch: Partial<{ settings: string | null; guild_settings: st
frontend/src/features/layout/urlNavigation.ts:391
↓ 10 callersFunctionmessagePreviewPlainText
( fields: MessagePlainFields, maxLen?: number, )
frontend/src/services/domain/messagePreviewPlain.ts:17
↓ 10 callersFunctionmockWorkspace
(overrides: { loading?: boolean; fromApi?: boolean; initialLoadInFlight?: boolean; initialLoadSettled?
frontend/src/features/layout/composables/useAppLayoutRailLoadingDerived.test.ts:5
↓ 10 callersFunctionmount
(overrides: Partial<Deps> = {})
frontend/src/features/layout/composables/useForumPostsController.test.ts:68
← previousnext →301–400 of 11,285, ranked by callers