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
↓ 7 callers
Function
replaceSpaceWithDash
(str: string)
src/app/utils/common.ts:142
↓ 7 callers
Function
timeHourMinute
(ts: number, hour24Clock: boolean)
src/app/utils/time.ts:21
↓ 7 callers
Function
useCallSession
(room: Room)
src/app/hooks/useCall.ts:12
↓ 7 callers
Function
useClientConfig
()
src/app/hooks/useClientConfig.ts:27
↓ 7 callers
Function
useFilePicker
( onSelect: (file: M extends true ? File[] : File) => void, multiple?: M )
src/app/hooks/useFilePicker.ts:4
↓ 7 callers
Function
useObjectURL
(object?: Blob)
src/app/hooks/useObjectURL.ts:3
↓ 7 callers
Function
useSelectedRooms
(roomsAtom: RoomsAtom, selector: RoomSelector)
src/app/state/hooks/roomList.ts:17
↓ 7 callers
Function
useTheme
()
src/app/hooks/useTheme.ts:103
↓ 6 callers
Function
atomWithLocalStorage
( key: string, getItem: GetLocalStorageItem<T>, setItem: SetLocalStorageItem<T> )
src/app/state/utils/atomWithLocalStorage.ts:21
↓ 6 callers
Function
createMentionElement
( id: string, name: string, highlight: boolean, eventId?: string, viaServers?: string[] )
src/app/components/editor/utils.ts:158
↓ 6 callers
Function
creatorsSupported
(version: string)
src/app/utils/matrix.ts:371
↓ 6 callers
Method
fromTextAreaElement
(element: HTMLTextAreaElement)
src/app/plugins/text-area/Cursor.ts:16
↓ 6 callers
Function
generateItems
(range: ItemRange)
src/app/hooks/useVirtualPaginator.ts:67
↓ 6 callers
Method
getAvatarUrl
(usage: ImageUsage)
src/app/plugins/custom-emoji/ImagePack.ts:71
↓ 6 callers
Function
getCanonicalAliasRoomId
(mx: MatrixClient, alias: string)
src/app/utils/matrix.ts:40
↓ 6 callers
Function
getEditedEvent
( mEventId: string, mEvent: MatrixEvent, timelineSet: EventTimelineSet )
src/app/utils/room.ts:426
↓ 6 callers
Function
getFallbackSession
()
src/app/state/sessions.ts:49
↓ 6 callers
Method
getImages
(usage: ImageUsage)
src/app/plugins/custom-emoji/ImagePack.ts:48
↓ 6 callers
Function
getLocalStorageItem
(key: string, defaultValue: T)
src/app/state/utils/atomWithLocalStorage.ts:3
↓ 6 callers
Function
getMouseEventCords
(event: MouseEvent)
src/app/utils/dom.ts:247
↓ 6 callers
Function
getPowers
(tags: PowerLevelTags)
src/app/hooks/usePowerLevelTags.ts:12
↓ 6 callers
Function
getTimelinesEventsCount
(timelines: EventTimeline[])
src/app/features/room/RoomTimeline.tsx:185
↓ 6 callers
Method
insert
(cursor: Cursor, text: string)
src/app/plugins/text-area/Operations.ts:6
↓ 6 callers
Function
onEnterOrSpace
(callback: (evt: T) => void)
src/app/utils/keyboard.ts:28
↓ 6 callers
Function
parseFlags
(flags: string | undefined)
src/app/hooks/useCommands.ts:51
↓ 6 callers
Function
randomNumberBetween
(min: number, max: number)
src/app/utils/common.ts:81
↓ 6 callers
Function
replaceMatch
( text: string, match: MatchResult, content: C, processPart: (txt: string) => Array<string | C> )
src/app/plugins/markdown/internal/utils.ts:52
↓ 6 callers
Function
setLocalStorageItem
(key: string, value: T)
src/app/state/utils/atomWithLocalStorage.ts:14
↓ 6 callers
Function
splitPayloadContentAndFlags
(payload: string)
src/app/hooks/useCommands.ts:39
↓ 6 callers
Function
useAuthServer
()
src/app/hooks/useAuthServer.ts:7
↓ 6 callers
Function
useDirectRooms
()
src/app/pages/client/direct/useDirectRooms.ts:7
↓ 6 callers
Function
useIsDirectRoom
()
src/app/hooks/useRoom.ts:18
↓ 6 callers
Function
useNavToActivePathAtom
()
src/app/state/hooks/navToActivePath.ts:7
↓ 6 callers
Function
useOpenRoomSettings
()
src/app/state/hooks/roomSettings.ts:23
↓ 6 callers
Function
useOpenSpaceSettings
()
src/app/state/hooks/spaceSettings.ts:23
↓ 6 callers
Function
useRoomUnread
( roomId: string, roomToUnreadAtm: typeof roomToUnreadAtom )
src/app/state/hooks/unread.ts:40
↓ 6 callers
Function
useSpaceChildren
( roomsAtom: RoomsAtom, spaceId: string, selectorFactory: SpaceChildSelectorFactory )
src/app/state/hooks/roomList.ts:113
↓ 5 callers
Function
close
()
src/app/components/user-profile/UserChips.tsx:62
↓ 5 callers
Function
closeMenu
()
src/app/features/room/message/Message.tsx:856
↓ 5 callers
Function
createUploadAtom
(file: TUploadContent)
src/app/state/upload.ts:55
↓ 5 callers
Function
getExplorePath
()
src/app/pages/pathUtils.ts:147
↓ 5 callers
Function
getInboxNotificationsPath
()
src/app/pages/pathUtils.ts:159
↓ 5 callers
Function
getLinkedTimelines
(timeline: EventTimeline)
src/app/features/room/RoomTimeline.tsx:170
↓ 5 callers
Function
getRoomNotificationMode
( preferences: RoomsNotificationPreferences, roomId: string )
src/app/hooks/useRoomsNotificationPreferences.ts:79
↓ 5 callers
Function
getText
(node: ChildNode)
src/app/components/editor/input.ts:36
↓ 5 callers
Function
hoursToMs
(hour: number)
src/app/utils/time.ts:72
↓ 5 callers
Function
isValidChild
(mEvent: MatrixEvent)
src/app/utils/room.ts:96
↓ 5 callers
Function
joinPathComponent
(path: Path)
src/app/pages/pathUtils.ts:30
↓ 5 callers
Method
listenEvent
(type: string, callback: (event: T) => void)
src/app/plugins/call/CallEmbed.ts:410
↓ 5 callers
Function
makeHighlightRegex
(highlights: string[])
src/app/plugins/react-custom-html-parser.tsx:182
↓ 5 callers
Function
makeMentionCustomProps
( handleMentionClick?: ReactEventHandler<HTMLElement>, content?: string )
src/app/plugins/react-custom-html-parser.tsx:60
↓ 5 callers
Function
makeNavCategoryId
(...args: string[])
src/app/state/closedNavCategories.ts:68
↓ 5 callers
Function
makePushRuleData
( kind: PushRuleKind, ruleId: RuleId, actions: PushRuleAction[], conditions?: PushRuleCondition[], p
src/app/hooks/usePushRule.ts:16
↓ 5 callers
Function
parseSidebar
( mx: MatrixClient, orphanSpaces: string[], content?: InCinnySpacesContent )
src/app/hooks/useSidebarItems.ts:22
↓ 5 callers
Function
parseUsers
(payload: string)
src/app/hooks/useCommands.ts:72
↓ 5 callers
Function
processText
(partText: string)
src/app/components/editor/input.ts:491
↓ 5 callers
Function
renderMatrixMention
( mx: MatrixClient, currentRoomId: string | undefined, href: string, customProps: ComponentPropsWithou
src/app/plugins/react-custom-html-parser.tsx:74
↓ 5 callers
Function
restrictedSupported
(version: string)
src/app/utils/matrix.ts:363
↓ 5 callers
Function
scaleSystemEmoji
(text: string)
src/app/plugins/react-custom-html-parser.tsx:168
↓ 5 callers
Function
scaleYDimension
(x: number, scaledX: number, y: number)
src/app/utils/common.ts:84
↓ 5 callers
Method
selection
()
src/app/plugins/text-area/Cursor.ts:20
↓ 5 callers
Method
start
()
src/app/plugins/call/CallEmbed.ts:229
↓ 5 callers
Function
testBadWords
(str: string)
src/app/plugins/bad-words.ts:15
↓ 5 callers
Function
testMatrixTo
(href: string)
src/app/plugins/matrix-to.ts:42
↓ 5 callers
Function
timeDayMonYear
(ts: number, dateFormatString: string)
src/app/utils/time.ts:24
↓ 5 callers
Function
toMatrixCustomHTML
( node: Descendant | Descendant[], opts: OutputOptions )
src/app/components/editor/output.ts:98
↓ 5 callers
Function
trimLeadingSlash
(str: string)
src/app/utils/common.ts:109
↓ 5 callers
Function
trimReplyFromBody
(body: string)
src/app/utils/room.ts:330
↓ 5 callers
Function
useAccessiblePowerTagColors
( themeKind: ThemeKind, creatorsTag: MemberPowerTag, powerLevelTags: PowerLevelTags )
src/app/hooks/useMemberPowerTag.ts:44
↓ 5 callers
Function
useAccountDataCallback
( mx: MatrixClient, onAccountData: ClientEventHandlerMap[ClientEvent.AccountData] )
src/app/hooks/useAccountDataCallback.ts:4
↓ 5 callers
Function
useCallJoined
(embed?: CallEmbed)
src/app/hooks/useCallEmbed.ts:80
↓ 5 callers
Function
useCallMembers
(session: MatrixRTCSession)
src/app/hooks/useCall.ts:54
↓ 5 callers
Function
useCapabilities
()
src/app/hooks/useCapabilities.ts:8
↓ 5 callers
Function
useElementSizeObserver
( element: () => T | null, onResize: (width: number, height: number, element: T) => void )
src/app/hooks/useElementSizeObserver.ts:4
↓ 5 callers
Function
useHomeRooms
()
src/app/pages/client/home/useHomeRooms.ts:8
↓ 5 callers
Function
useIgnoredUsers
()
src/app/hooks/useIgnoredUsers.ts:9
↓ 5 callers
Function
useNavToActivePathMapper
(navId: string)
src/app/hooks/useNavToActivePathMapper.ts:6
↓ 5 callers
Function
useRoomsNotificationPreferencesContext
()
src/app/hooks/useRoomsNotificationPreferences.ts:26
↓ 4 callers
Function
addRoomIdToMDirect
( mx: MatrixClient, roomId: string, userId: string )
src/app/utils/matrix.ts:228
↓ 4 callers
Function
closeList
(listType: ListType)
src/app/plugins/markdown/block/rules.ts:112
↓ 4 callers
Function
createEmoticonElement
(key: string, shortcode: string)
src/app/components/editor/utils.ts:174
↓ 4 callers
Function
dateFor
(year: number, month: number, day: number)
src/app/utils/time.ts:32
↓ 4 callers
Function
editableActiveElement
()
src/app/utils/dom.ts:6
↓ 4 callers
Method
emitStateUpdate
()
src/app/plugins/call/CallControl.ts:286
↓ 4 callers
Function
factoryRenderLinkifyWithMention
( mentionRender: (href: string) => JSX.Element | undefined )
src/app/plugins/react-custom-html-parser.tsx:150
↓ 4 callers
Function
factoryRoomIdByAtoZ
(mx: MatrixClient)
src/app/utils/sort.ts:18
↓ 4 callers
Function
findAndReplace
( text: string, regex: RegExp, replace: ReplaceCallback<ReplaceReturnType>, convertPart: ConvertPartCa
src/app/utils/findAndReplace.ts:7
↓ 4 callers
Function
getDirectCreatePath
()
src/app/pages/pathUtils.ts:104
↓ 4 callers
Function
getDirectRoomPath
(roomIdOrAlias: string, eventId?: string)
src/app/pages/pathUtils.ts:105
↓ 4 callers
Function
getEmptyTimeline
()
src/app/features/room/RoomTimeline.tsx:416
↓ 4 callers
Function
getEventReactions
(timelineSet: EventTimelineSet, eventId: string)
src/app/utils/room.ts:407
↓ 4 callers
Function
getEventReaders
(room: Room, evtId?: string)
src/app/hooks/useRoomEventReaders.ts:4
↓ 4 callers
Function
getEventTimeline
(room: Room, eventId: string)
src/app/features/room/RoomTimeline.tsx:156
↓ 4 callers
Function
getExploreFeaturedPath
()
src/app/pages/pathUtils.ts:148
↓ 4 callers
Function
getHomeRoomPath
(roomIdOrAlias: string, eventId?: string)
src/app/pages/pathUtils.ts:94
↓ 4 callers
Function
getInboxInvitesPath
()
src/app/pages/pathUtils.ts:160
↓ 4 callers
Function
getInitialTimeline
(room: Room)
src/app/features/room/RoomTimeline.tsx:404
↓ 4 callers
Function
getIntersectionObserverEntry
( target: Element | Document, entries: IntersectionObserverEntry[] )
src/app/hooks/useIntersectionObserver.ts:11
↓ 4 callers
Function
getMatrixToRoom
(roomIdOrAlias: string, viaServers?: string[])
src/app/plugins/matrix-to.ts:8
↓ 4 callers
Function
getName
(member: RoomMember)
src/app/components/editor/autocomplete/UserMentionAutocomplete.tsx:136
← previous
next →
101–200 of 1,961, ranked by callers