MCPcopy Create free account

hub / github.com/cosscom/coss / functions

Functions2,858 in github.com/cosscom/coss

↓ 2 callersFunctiongetPinningStyles
(column: Column<Member>)
apps/examples/calcom/app/(dashboard)/members/members-page-client.tsx:359
↓ 2 callersFunctiongetRegistryItem
(name: string)
apps/ui/lib/registry.ts:18
↓ 2 callersFunctiongetSchedulingTypeLabel
(et: EventType)
apps/examples/calcom/app/(dashboard)/event-types/event-types-list.tsx:102
↓ 2 callersFunctiongrantsForMode
( rowId: RowId, mode: PermissionLevel, customSnapshot: string[] | undefined, )
apps/examples/calcom/app/(settings)/settings/teams/[id]/roles/team-roles-page-client.tsx:205
↓ 2 callersFunctionhandleEnabledChange
(attributeId: string, checked: boolean)
apps/examples/calcom/app/(settings)/settings/organizations/attributes/attributes-section.tsx:106
↓ 2 callersFunctionhandleEventClick
(event: CalendarEvent, e: React.MouseEvent)
apps/origin/registry/default/components/event-calendar/day-view.tsx:185
↓ 2 callersFunctionhandleEventClick
(event: CalendarEvent, e: React.MouseEvent)
apps/origin/registry/default/components/event-calendar/week-view.tsx:213
↓ 2 callersFunctionhandleOpenChange
(isOpen: boolean)
apps/examples/calcom/components/app/filter-chip-text.tsx:87
↓ 2 callersFunctionhighlight
(code: string, lang: BundledLanguage)
apps/origin/components/code-block.tsx:9
↓ 2 callersFunctionisActionDisabledByScope
({ disableFlag, isHost, scope, }: { disableFlag: boolean | null | undefined; isHost: boolean; scop
apps/examples/calcom/lib/booking-action-rules.ts:48
↓ 2 callersFunctionisBookingHost
( booking: Booking, userId = mockLoggedInUserId, )
apps/examples/calcom/lib/mock-session.ts:16
↓ 2 callersFunctionisExpired
(item: ApiKeyItem)
apps/examples/calcom/app/(settings)/settings/developer/api-keys/api-keys-list.tsx:44
↓ 2 callersFunctionisValidRegistryCategory
( category: string, )
apps/ui/registry/registry-categories.ts:100
↓ 2 callersFunctionparseDateStr
(s: string)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:57
↓ 2 callersFunctionrangeToValues
(range: DateRange | undefined)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:86
↓ 2 callersFunctionrenderImage
(src: string)
apps/origin/registry/default/components/comp-552.tsx:105
↓ 2 callersFunctionrenderImage
(src: string)
apps/origin/registry/default/components/comp-553.tsx:107
↓ 2 callersFunctionrequestRemove
(attribute: AttributeItem)
apps/examples/calcom/app/(settings)/settings/organizations/attributes/attributes-section.tsx:95
↓ 2 callersFunctionresolveMax
(value: Breakpoint | number)
packages/ui/src/hooks/use-media-query.ts:27
↓ 2 callersFunctionresolveMax
(value: Breakpoint | number)
apps/ui/registry/default/hooks/use-media-query.ts:27
↓ 2 callersFunctionresolveMin
(value: Breakpoint | number)
packages/ui/src/hooks/use-media-query.ts:22
↓ 2 callersFunctionresolveMin
(value: Breakpoint | number)
apps/ui/registry/default/hooks/use-media-query.ts:22
↓ 2 callersFunctionshouldShowEditActions
(context: BookingActionContext)
apps/examples/calcom/lib/booking-action-rules.ts:226
↓ 2 callersFunctionshouldShowNoShowAttendeeMenu
( attendeeList: BookingAttendee[], )
apps/examples/calcom/lib/booking-action-rules.ts:220
↓ 2 callersFunctionsortEvents
(events: CalendarEvent[])
apps/origin/registry/default/components/event-calendar/utils.ts:77
↓ 2 callersFunctiontoKebabCase
(str: string)
apps/examples/calcom/components/app/bookings-filters.tsx:32
↓ 2 callersFunctionupdateHeight
()
apps/origin/registry/default/components/event-calendar/hooks/use-event-visibility.ts:34
↓ 2 callersFunctionupdateValue
(axis: keyof typeof values, v: number | null)
apps/ui/registry/default/particles/p-slider-21.tsx:23
↓ 2 callersFunctionupdateValue
(index: number, newValue: number | null)
apps/ui/registry/default/particles/p-slider-13.tsx:17
↓ 2 callersFunctionupdateValue
(index: number, newValue: number | null)
apps/ui/registry/default/particles/p-slider-22.tsx:156
↓ 2 callersFunctionupsertReplayClassName
(toast: { type?: string; updateKey?: number; })
packages/ui/src/components/toast.tsx:49
↓ 2 callersFunctionupsertReplayClassName
(toast: { type?: string; updateKey?: number; })
apps/ui/registry/default/ui/toast.tsx:49
↓ 2 callersFunctionuseAnimationKey
( duration: number, pauseDuration: number, _animationType: AnimationType, )
apps/origin/app/easings/easings.tsx:39
↓ 2 callersFunctionuseCalendarDnd
()
apps/origin/registry/default/components/event-calendar/calendar-dnd-context.tsx:62
↓ 2 callersFunctionuseCurrentTimeIndicator
( currentDate: Date, view: "day" | "week", )
apps/origin/registry/default/components/event-calendar/hooks/use-current-time-indicator.ts:10
↓ 2 callersFunctionuseDebug
()
apps/examples/calcom/components/debug-context.tsx:41
↓ 2 callersFunctionuseMediaQuery
( query: BreakpointQuery | MediaQueryInput | (string & {}), )
packages/ui/src/hooks/use-media-query.ts:71
↓ 2 callersFunctionuseScrollHide
(threshold = DEFAULT_SCROLL_THRESHOLD)
apps/examples/calcom/hooks/use-scroll-hide.ts:5
↓ 2 callersFunctionuseStepItem
()
apps/origin/registry/default/ui/stepper.tsx:41
↓ 2 callersFunctionuseStepper
()
apps/origin/registry/default/ui/stepper.tsx:33
↓ 2 callersFunctionuseToast
()
apps/origin/registry/default/hooks/use-toast.ts:173
↓ 2 callersFunctionvaluesToRange
(v: string[] | undefined)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:72
↓ 2 callersFunctionwithClassName
( element: React.ReactElement, className: string, )
apps/examples/calcom/components/shared/adaptive-menu.tsx:59
↓ 1 callersFunctionCreatableItem
()
apps/origin/registry/default/ui/multiselect.tsx:334
↓ 1 callersFunctionCreatableItem
()
apps/origin/app/search/multiselect.tsx:347
↓ 1 callersFunctionaddFilter
( columnId: string, initial?: Partial<Pick<ActiveFilter, "op" | "v">>, )
apps/examples/calcom/components/app/bookings-filters.tsx:153
↓ 1 callersFunctionaddHoursToDate
(date: Date, hours: number)
apps/origin/registry/default/components/event-calendar/utils.ts:151
↓ 1 callersFunctionapplyRange
(next: DateRange | undefined)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:256
↓ 1 callersFunctioncalculatePaginationRange
()
apps/origin/registry/default/hooks/use-pagination.ts:22
↓ 1 callersFunctioncalculateTimeLeft
()
apps/origin/registry/default/components/comp-310.tsx:31
↓ 1 callersFunctioncalculateTimePosition
()
apps/origin/registry/default/components/event-calendar/hooks/use-current-time-indicator.ts:18
↓ 1 callersFunctioncheckStrength
(pass: string)
apps/origin/registry/default/components/comp-51.tsx:15
↓ 1 callersFunctionclearInvalidFeedback
()
apps/ui/registry/default/particles/p-otp-field-6.tsx:37
↓ 1 callersFunctionconvertRegistryPaths
(content: string)
apps/origin/lib/utils.ts:52
↓ 1 callersFunctioncopyToClipboard
(value: string)
packages/ui/src/hooks/use-copy-to-clipboard.ts:15
↓ 1 callersFunctioncreateBookingActionContext
({ attendeeList, booking, listingStatus, userId = mockLoggedInUserId, }: { attendeeList: BookingAtte
apps/examples/calcom/lib/booking-action-rules.ts:87
↓ 1 callersFunctioncreateImage
(url: string)
apps/origin/registry/default/components/comp-554.tsx:33
↓ 1 callersFunctioncreateImage
(url: string)
apps/origin/registry/default/components/comp-564.tsx:16
↓ 1 callersFunctioncreateTempSourceFile
(filename: string)
apps/ui/lib/registry.ts:119
↓ 1 callersFunctiondateRangeTriggerLabel
( committed: DateRange | undefined, presets: DateRangePreset[], )
apps/examples/calcom/components/app/filter-chip-date-range.tsx:149
↓ 1 callersFunctiondaysSinceMonday
(date: Date)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:35
↓ 1 callersFunctiondefaultGrantSelection
()
apps/examples/calcom/app/(settings)/settings/teams/[id]/roles/team-roles-page-client.tsx:224
↓ 1 callersFunctiondefaultPermissionLevels
()
apps/examples/calcom/app/(settings)/settings/teams/[id]/roles/team-roles-page-client.tsx:218
↓ 1 callersFunctiondismiss
()
apps/origin/registry/default/hooks/use-toast.ts:152
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-481.tsx:108
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-477.tsx:107
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-483.tsx:151
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-479.tsx:110
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-480.tsx:127
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-484.tsx:151
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-482.tsx:144
↓ 1 callersFunctionfetchPosts
()
apps/origin/registry/default/components/comp-485.tsx:233
↓ 1 callersFunctionfindPath
(itemId: string)
apps/origin/registry/default/components/comp-576.tsx:41
↓ 1 callersFunctionfindPathToCurrent
( items: Record<string, Item>, rootId: string, )
apps/origin/registry/default/components/comp-576.tsx:35
↓ 1 callersFunctionfindWorkspacePlatformItem
( value: string, )
apps/examples/calcom/app/(settings)/settings/organizations/delegation-credential/delegation-credential-workspace-platforms.ts:10
↓ 1 callersFunctionfixFilePaths
(files: RegistryFile[])
apps/ui/lib/registry.ts:124
↓ 1 callersFunctionfixImport
(content: string)
apps/ui/lib/registry.ts:145
↓ 1 callersFunctionformatDuration
(minutes: number)
apps/examples/calcom/lib/mock-event-types-data.ts:1024
↓ 1 callersFunctionformatRangeLabel
(range: DateRange)
apps/examples/calcom/components/app/filter-chip-date-range.tsx:133
↓ 1 callersFunctiongenId
()
apps/origin/registry/default/hooks/use-toast.ts:29
↓ 1 callersFunctiongenerateDelegationSubjectId
()
apps/examples/calcom/app/(settings)/settings/organizations/delegation-credential/delegation-credential-types.ts:20
↓ 1 callersFunctiongenerateMockPriceData
()
apps/origin/registry/default/components/comp-510.tsx:20
↓ 1 callersFunctiongenerateMockPriceData
()
apps/ui/registry/default/particles/p-calendar-24.tsx:19
↓ 1 callersFunctiongetActionIcon
(action: ActionType)
apps/origin/registry/default/components/comp-539.tsx:53
↓ 1 callersFunctiongetActionText
(action: ActionType)
apps/origin/registry/default/components/comp-539.tsx:63
↓ 1 callersFunctiongetAllEventsForDay
( events: CalendarEvent[], day: Date, )
apps/origin/registry/default/components/event-calendar/utils.ts:113
↓ 1 callersFunctiongetAssignmentReasonLabel
(reasonString: string)
apps/examples/calcom/app/(dashboard)/booking/bookings-list.tsx:595
↓ 1 callersFunctiongetAvailableTags
( selectedTags: RegistryTag[], )
apps/origin/lib/utils.ts:29
↓ 1 callersFunctiongetBookingMetadataNumber
(booking: Booking, key: string)
apps/examples/calcom/app/(dashboard)/booking/bookings-list.tsx:603
↓ 1 callersFunctiongetBorderRadiusClasses
( isFirstDay: boolean, isLastDay: boolean, )
apps/origin/registry/default/components/event-calendar/utils.ts:34
↓ 1 callersFunctiongetCategoryThumbnail
(slug: string)
apps/ui/components/category-thumbnails.tsx:1076
↓ 1 callersFunctiongetColumns
()
apps/ui/registry/default/particles/p-table-3.tsx:92
↓ 1 callersFunctiongetColumns
()
apps/ui/registry/default/particles/p-table-6.tsx:92
↓ 1 callersFunctiongetColumns
( columnVisibility: Record<ColumnKey, boolean>, )
apps/examples/calcom/app/(dashboard)/members/members-page-client.tsx:422
↓ 1 callersFunctiongetColumns
({ showRoleColumn, showLastActiveColumn, }: { showRoleColumn: boolean; showLastActiveColumn: boolean;
apps/examples/calcom/app/(settings)/settings/teams/[id]/members/team-members-page-client.tsx:227
↓ 1 callersFunctiongetComponents
( selectedTags: RegistryTag[] = [], )
apps/origin/lib/utils.ts:9
↓ 1 callersFunctiongetCroppedImg
( imageSrc: string, pixelCrop: Area, outputWidth: number = pixelCrop.width, // Optional: specify output
apps/origin/registry/default/components/comp-554.tsx:42
↓ 1 callersFunctiongetCroppedImg
( imageSrc: string, pixelCrop: Area, outputWidth: number = pixelCrop.width, // Optional: specify output
apps/origin/registry/default/components/comp-564.tsx:25
↓ 1 callersFunctiongetDescendants
(itemId: string)
apps/origin/registry/default/components/comp-572.tsx:169
↓ 1 callersFunctiongetDescriptionText
()
apps/origin/app/[category]/page.tsx:68
← previousnext →101–200 of 2,858, ranked by callers