Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinnyapp/cinny
/ functions
Functions
1,961 in github.com/cinnyapp/cinny
⨍
Functions
1,961
◇
Types & classes
87
↓ 2 callers
Function
trimCommand
(cmdName: string, str: string)
src/app/components/editor/output.ts:192
↓ 2 callers
Function
trimCustomHtml
(customHtml: string)
src/app/components/editor/output.ts:190
↓ 2 callers
Function
ua
()
src/app/utils/user-agent.ts:3
↓ 2 callers
Function
useAccountManagementActions
()
src/app/hooks/useAccountManagement.ts:3
↓ 2 callers
Function
useAuthFlows
()
src/app/hooks/useAuthFlows.ts:53
↓ 2 callers
Function
useAuthMetadata
()
src/app/hooks/useAuthMetadata.ts:8
↓ 2 callers
Function
useBindRoomsWithMembershipsAtom
( mx: MatrixClient, roomsAtom: WritableAtom<string[], [RoomsAction], undefined>, memberships: Membership
src/app/state/room-list/utils.ts:16
↓ 2 callers
Function
useBindUploadAtom
( mx: MatrixClient, uploadAtom: TUploadAtom, hideFilename?: boolean )
src/app/state/upload.ts:100
↓ 2 callers
Function
useCallControlState
(control: CallControl)
src/app/plugins/call/hooks.ts:35
↓ 2 callers
Function
useCallEmbedRef
()
src/app/hooks/useCallEmbed.ts:30
↓ 2 callers
Function
useCallPreferencesAtom
()
src/app/state/hooks/callPreferences.ts:8
↓ 2 callers
Function
useCommands
(mx: MatrixClient, room: Room)
src/app/hooks/useCommands.ts:172
↓ 2 callers
Function
useComposingCheck
({ compositionEndThreshold = 500, }: { compositionEndThreshold?: number } = {})
src/app/hooks/useComposingCheck.ts:35
↓ 2 callers
Function
useDeviceIds
(devices: IMyDevice[] | undefined)
src/app/hooks/useDeviceList.ts:56
↓ 2 callers
Function
useDeviceList
()
src/app/hooks/useDeviceList.ts:21
↓ 2 callers
Function
useDirectUsers
()
src/app/hooks/useDirectUsers.ts:6
↓ 2 callers
Function
useDraggableItem
( item: SidebarDraggable, targetRef: RefObject<HTMLElement>, onDragging: (item?: SidebarDraggable) => vo
src/app/pages/client/sidebar/SpaceTabs.tsx:235
↓ 2 callers
Function
useDraggableItem
( item: HierarchyItem, targetRef: RefObject<HTMLElement>, onDragging: (item?: HierarchyItem) => void,
src/app/features/lobby/DnD.tsx:20
↓ 2 callers
Function
useDropTarget
( item: SidebarDraggable, targetRef: RefObject<HTMLElement> )
src/app/pages/client/sidebar/SpaceTabs.tsx:267
↓ 2 callers
Function
useDropTargetInstruction
( item: SidebarDraggable, targetRef: RefObject<HTMLElement>, instructionType: T )
src/app/pages/client/sidebar/SpaceTabs.tsx:315
↓ 2 callers
Function
useEmojiGroupLabels
()
src/app/components/emoji-board/useEmojiGroupLabels.ts:6
↓ 2 callers
Function
useFlattenPowerTagMembers
( members: RoomMember[], getTag: GetMemberPowerTag )
src/app/hooks/useMemberPowerTag.ts:68
↓ 2 callers
Function
useGlobalImagePacks
()
src/app/hooks/useImagePacks.ts:36
↓ 2 callers
Function
useInboxNotificationsSelected
()
src/app/hooks/router/useInbox.ts:18
↓ 2 callers
Function
useKeyBackupDecryptionKeyCached
( onChange: CryptoEventHandlerMap[CryptoEvent.KeyBackupDecryptionKeyCached] )
src/app/hooks/useKeyBackup.ts:68
↓ 2 callers
Function
useKeyBackupSessionsRemainingChange
( onChange: CryptoEventHandlerMap[CryptoEvent.KeyBackupSessionsRemaining] )
src/app/hooks/useKeyBackup.ts:42
↓ 2 callers
Function
useLoginComplete
(data?: CustomLoginResponse)
src/app/pages/auth/login/loginUtil.ts:111
↓ 2 callers
Function
useMediaConfig
()
src/app/hooks/useMediaConfig.ts:12
↓ 2 callers
Function
useMemberPowerCompare
(creators: Set<string>, powerLevels: IPowerLevels)
src/app/hooks/useMemberPowerCompare.ts:4
↓ 2 callers
Function
useMemberPowerSort
( creators: Set<string>, getPowerLevel: (userId: string) => number )
src/app/hooks/useMemberSort.ts:50
↓ 2 callers
Function
useMemberSort
(index: number, memberSort: MemberSortItem[])
src/app/hooks/useMemberSort.ts:45
↓ 2 callers
Function
useMembershipFilter
( index: number, membershipFilter: MembershipFilterItem[] )
src/app/hooks/useMemberFilter.ts:51
↓ 2 callers
Function
useMutualRoomsSupport
()
src/app/hooks/useMutualRooms.ts:18
↓ 2 callers
Function
useObserveAnchorHandle
( intersectionObserver: ReturnType<typeof useIntersectionObserver>, anchorType: Direction )
src/app/hooks/useVirtualPaginator.ts:146
↓ 2 callers
Function
useOrphanRooms
( mx: MatrixClient, roomsAtom: RoomsAtom, mDirects: Set<string>, roomToParents: RoomToParents )
src/app/state/hooks/roomList.ts:150
↓ 2 callers
Function
useParsedLoginFlows
(loginFlows: LoginFlow[])
src/app/hooks/useParsedLoginFlows.ts:21
↓ 2 callers
Function
usePublishedAliases
(room: Room)
src/app/hooks/useRoomAliases.ts:11
↓ 2 callers
Function
usePushRule
( pushRules: IPushRules, ruleId: RuleId | string )
src/app/hooks/usePushRule.ts:68
↓ 2 callers
Function
useRecursiveChildScopeFactory
( mx: MatrixClient, roomToParents: RoomToParents )
src/app/state/hooks/roomList.ts:25
↓ 2 callers
Function
useRelations
( relations: Relations, getRelations: (relations: Relations) => T )
src/app/hooks/useRelations.ts:4
↓ 2 callers
Function
useRelevantImagePacks
(usage: ImageUsage, rooms: Room[])
src/app/hooks/useImagePacks.ts:143
↓ 2 callers
Function
useRoomEvent
( room: Room, eventId: string, getLocally?: () => MatrixEvent | undefined )
src/app/hooks/useRoomEvent.ts:37
↓ 2 callers
Function
useRoomEventReaders
(room: Room, eventId?: string)
src/app/hooks/useRoomEventReaders.ts:22
↓ 2 callers
Function
useRoomsImagePacks
(rooms: Room[])
src/app/hooks/useImagePacks.ts:121
↓ 2 callers
Function
useScreenSize
()
src/app/hooks/useScreenSize.ts:19
↓ 2 callers
Function
useSidebarItems
( orphanSpaces: string[] )
src/app/hooks/useSidebarItems.ts:66
↓ 2 callers
Function
useSplitCurrentDevice
( devices: IMyDevice[] | undefined )
src/app/hooks/useDeviceList.ts:62
↓ 2 callers
Function
useSupportedUIAFlows
(uiaFlows: UIAFlow[], supportedStages: string[])
src/app/hooks/useUIAFlows.ts:21
↓ 2 callers
Function
useThemeNames
()
src/app/hooks/useTheme.ts:47
↓ 2 callers
Function
useUIAFlow
(authData: IAuthData, uiaFlow: UIAFlow)
src/app/hooks/useUIAFlows.ts:54
↓ 2 callers
Function
useUIAParams
(authData: IAuthData)
src/app/hooks/useUIAFlows.ts:27
↓ 2 callers
Function
useUnstableMutualRoomsSupport
()
src/app/hooks/useMutualRooms.ts:7
↓ 2 callers
Function
useUnverifiedDeviceCount
( crypto: CryptoApi | undefined, userId: string, devices: string[] )
src/app/hooks/useDeviceVerificationStatus.ts:65
↓ 2 callers
Function
useZoom
(step: number, min = 0.1, max = 5)
src/app/hooks/useZoom.ts:3
↓ 2 callers
Function
validBlurHash
(hash?: string)
src/app/utils/blurHash.ts:21
↓ 2 callers
Function
validMediaRequest
(url: string, baseUrl: string)
src/sw.ts:118
↓ 2 callers
Function
validMxId
(id: string)
src/app/utils/matrix.ts:28
↓ 2 callers
Function
verifiedDevice
( api: CryptoApi, userId: string, deviceId: string )
src/app/utils/matrix-crypto.ts:3
↓ 2 callers
Function
withViaServers
(fragment: string, viaServers: string[])
src/app/plugins/matrix-to.ts:5
↓ 1 callers
Function
AsyncSearch
( list: TSearchItem[], match: MatchHandler<TSearchItem>, onResult: ResultHandler<TSearchItem>, options
src/app/utils/AsyncSearch.ts:39
↓ 1 callers
Function
addAllParentIds
(rId: string)
src/app/utils/room.ts:106
↓ 1 callers
Function
addEmojiToGroup
(groupIndex: number, emoji: IEmoji)
src/app/plugins/emoji.ts:82
↓ 1 callers
Method
addNewLine
(cursor: Cursor)
src/app/plugins/text-area/mods/Intent.ts:74
↓ 1 callers
Method
addNextLine
(cursor: Cursor)
src/app/plugins/text-area/mods/Intent.ts:82
↓ 1 callers
Method
addPreviousLine
(cursor: Cursor)
src/app/plugins/text-area/mods/Intent.ts:92
↓ 1 callers
Function
addRecentEmoji
(mx: MatrixClient, unicode: string)
src/app/plugins/recent-emoji.ts:28
↓ 1 callers
Function
addSelected
(adds: PackAddress[])
src/app/features/settings/emojis-stickers/GlobalPacks.tsx:82
↓ 1 callers
Method
advanceReadUpToMarker
* Advances the "read up to" marker for a room to a certain event. No-ops if * the event is before the marker. * @returns Whether the "read up to
src/app/plugins/call/CallEmbed.ts:319
↓ 1 callers
Function
afterMatch
(text: string, match: RegExpMatchArray | RegExpExecArray)
src/app/plugins/markdown/internal/utils.ts:40
↓ 1 callers
Method
applySound
()
src/app/plugins/call/CallControl.ts:162
↓ 1 callers
Method
applyState
()
src/app/plugins/call/CallControl.ts:109
↓ 1 callers
Function
bannedInRooms
(mx: MatrixClient, rooms: string[], otherUserId: string)
src/app/utils/room.ts:497
↓ 1 callers
Function
beforeMatch
(text: string, match: RegExpMatchArray | RegExpExecArray)
src/app/plugins/markdown/internal/utils.ts:30
↓ 1 callers
Function
buildList
(lines: ParsedLine[], parseInline?: (s: string) => string)
src/app/plugins/markdown/block/rules.ts:116
↓ 1 callers
Function
byOrderKey
(a, b)
src/app/utils/sort.ts:47
↓ 1 callers
Function
byTsOldToNew
(a, b)
src/app/utils/sort.ts:45
↓ 1 callers
Function
canInvite
()
src/app/features/lobby/HierarchyItemMenu.tsx:217
↓ 1 callers
Function
clearLoginData
()
src/client/initMatrix.ts:69
↓ 1 callers
Function
clearNavToActivePathStore
(userId: string)
src/app/state/navToActivePath.ts:70
↓ 1 callers
Function
clearSecretStorageKeys
()
src/client/secretStorageKeys.js:18
↓ 1 callers
Function
clientDefaultServer
(clientConfig: ClientConfig)
src/app/hooks/useClientConfig.ts:33
↓ 1 callers
Function
close
()
src/app/components/user-profile/CreatorChip.tsx:34
↓ 1 callers
Function
createCallEmbed
( mx: MatrixClient, room: Room, dm: boolean, themeKind: ElementCallThemeKind, container: HTMLElement
src/app/hooks/useCallEmbed.ts:38
↓ 1 callers
Function
createCommandElement
(command: string)
src/app/components/editor/utils.ts:190
↓ 1 callers
Function
createMsgDraftAtom
()
src/app/state/room/roomInputDrafts.ts:40
↓ 1 callers
Function
createPage
( doc: PdfJsDist.PDFDocumentProxy, pNo: number, opts: GetViewportParameters )
src/app/plugins/pdfjs-dist.ts:29
↓ 1 callers
Function
createPreviewDataAtom
(initial?: PreviewData)
src/app/components/emoji-board/components/Preview.tsx:14
↓ 1 callers
Function
createReplyDraftAtom
()
src/app/state/room/roomInputDrafts.ts:53
↓ 1 callers
Function
createRoomCallState
()
src/app/components/create-room/utils.ts:89
↓ 1 callers
Function
createRoomCreationContent
( type: RoomType | undefined, allowFederation: boolean, additionalCreators: string[] | undefined )
src/app/components/create-room/utils.ts:15
↓ 1 callers
Function
createRoomJoinRulesState
( access: CreateRoomAccess, parent: Room | undefined, knock: boolean )
src/app/components/create-room/utils.ts:34
↓ 1 callers
Function
createRoomParentState
(parent: Room)
src/app/components/create-room/utils.ts:68
↓ 1 callers
Function
createRouter
(clientConfig: ClientConfig, screenSize: ScreenSize)
src/app/pages/Router.tsx:74
↓ 1 callers
Function
createSpacePowerLevelsOverride
()
src/app/components/create-room/utils.ts:77
↓ 1 callers
Function
createUploadAtomFamily
()
src/app/state/upload.ts:138
↓ 1 callers
Function
createUploadFamilyObserverAtom
( uploadFamily: TUploadAtomFamily, uploads: TUploadContent[] )
src/app/state/upload.ts:142
↓ 1 callers
Function
createVoiceRoomPowerLevelsOverride
()
src/app/components/create-room/utils.ts:95
↓ 1 callers
Function
cssColorMXID
(userId)
src/util/colorMXID.js:20
↓ 1 callers
Function
decodeBase64
* Decode a base64 string to a typed array of uint8. * @param {string} base64 The base64 to decode. * @return {Uint8Array} The decoded data.
src/util/cryptE2ERoomKeys.js:100
↓ 1 callers
Function
decryptAllTimelineEvent
(mx: MatrixClient, timeline: EventTimeline)
src/app/utils/room.ts:387
← previous
next →
501–600 of 1,961, ranked by callers