MCPcopy Create free account

hub / github.com/TheOrcDev/github-creature / functions

Functions224 in github.com/TheOrcDev/github-creature

↓ 86 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 16 callersMethodupdate
()
components/liquid-ether.tsx:1079
↓ 8 callersMethodinit
()
components/liquid-ether.tsx:653
↓ 6 callersMethoddispose
()
components/liquid-ether.tsx:216
↓ 6 callersMethodrender
()
components/liquid-ether.tsx:1072
↓ 5 callersMethodresize
()
components/liquid-ether.tsx:1069
↓ 4 callersMethodstart
()
components/liquid-ether.tsx:1142
↓ 3 callersMethodforceStop
()
components/liquid-ether.tsx:378
↓ 3 callersFunctionhexToVec4
(hex: string)
components/balatro.tsx:23
↓ 3 callersMethodsetCoords
(x: number, y: number)
components/liquid-ether.tsx:257
↓ 3 callersMethodupdateHoverState
(clientX: number, clientY: number)
components/liquid-ether.tsx:253
↓ 2 callersMethodcalcSize
()
components/liquid-ether.tsx:996
↓ 2 callersFunctiongetCreatureByGithubUsername
(githubUsername: string)
server/creatures.ts:8
↓ 2 callersFunctionparseColor
(hex: string)
components/light-pillar.tsx:84
↓ 2 callersMethodpause
()
components/liquid-ether.tsx:1147
↓ 2 callersMethodpickNewTarget
()
components/liquid-ether.tsx:371
↓ 1 callersFunctionapplyOptionsFromProps
()
components/liquid-ether.tsx:1190
↓ 1 callersFunctioncaptureWebGLCanvases
( container: HTMLElement )
components/download-card-button.tsx:55
↓ 1 callersFunctioncaptureWebGLToImage
(canvas: HTMLCanvasElement)
components/download-card-button.tsx:16
↓ 1 callersMethodcreateAllFBO
()
components/liquid-ether.tsx:932
↓ 1 callersMethodcreateBoundary
()
components/liquid-ether.tsx:657
↓ 1 callersMethodcreateShaderPass
()
components/liquid-ether.tsx:951
↓ 1 callersFunctionfetchGithubStats
(username: string)
server/ai.ts:59
↓ 1 callersFunctiongenerateCreature
(contributions: number)
server/ai.ts:125
↓ 1 callersFunctiongenerateCreatureImage
( imagePrompt: string, powerLevel: number )
server/ai.ts:210
↓ 1 callersFunctiongetCreatureTopPercentage
(id: string)
server/creatures.ts:88
↓ 1 callersFunctiongetEmblemTheme
(powerLevel: number)
components/creature-card.tsx:134
↓ 1 callersMethodgetFloatType
()
components/liquid-ether.tsx:928
↓ 1 callersFunctiongetFollowersLeaderboard
()
server/creatures.ts:62
↓ 1 callersFunctiongetLeaderboard
()
server/creatures.ts:49
↓ 1 callersFunctiongetPowerLevelTheme
(powerLevel: number)
components/creature-card.tsx:22
↓ 1 callersFunctiongetStarsLeaderboard
()
server/creatures.ts:75
↓ 1 callersFunctiongetTenLatestCreatures
()
server/creatures.ts:35
↓ 1 callersFunctionhexToRgb
(hex: string)
components/plasma.tsx:15
↓ 1 callersMethodinit
(simProps: any)
components/liquid-ether.tsx:695
↓ 1 callersMethodinit
()
components/liquid-ether.tsx:923
↓ 1 callersMethodinit
()
components/liquid-ether.tsx:1122
↓ 1 callersMethodisPointInside
(clientX: number, clientY: number)
components/liquid-ether.tsx:242
↓ 1 callersFunctionmakePaletteTexture
(stops: string[])
components/liquid-ether.tsx:93
↓ 1 callersFunctionparseGithubUsernameFromInput
(input: string)
server/ai.ts:19
↓ 1 callersMethodrender
()
components/liquid-ether.tsx:1131
↓ 1 callersFunctionresize
()
components/balatro.tsx:165
↓ 1 callersFunctionresize
()
components/liquid-chrome.tsx:135
↓ 1 callersMethodresize
()
components/liquid-ether.tsx:157
↓ 1 callersFunctionsaveCreature
(creature: InsertCreature)
server/creatures.ts:22
↓ 1 callersMethodsetNormalized
(nx: number, ny: number)
components/liquid-ether.tsx:270
↓ 1 callersFunctionsetSize
()
components/plasma.tsx:181
↓ 1 callersFunctionsubmitGithubForm
(githubProfileUrl: string)
server/ai.ts:247
↓ 1 callersFunctionuseInitialUsername
()
components/forms/github-form-url-state.ts:10
FunctionAlertDialog
({ ...props }: AlertDialogPrimitive.Root.Props)
components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof Button>)
components/ui/alert-dialog.tsx:144
FunctionAlertDialogCancel
({ className, variant = "outline", size = "default", ...props }: AlertDialogPrimitive.Close.Props &
components/ui/alert-dialog.tsx:157
FunctionAlertDialogContent
({ className, size = "default", ...props }: AlertDialogPrimitive.Popup.Props & { size?: "default" | "s
components/ui/alert-dialog.tsx:41
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
components/ui/alert-dialog.tsx:128
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:80
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:64
FunctionAlertDialogMedia
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:96
FunctionAlertDialogOverlay
({ className, ...props }: AlertDialogPrimitive.Backdrop.Props)
components/ui/alert-dialog.tsx:25
FunctionAlertDialogPortal
({ ...props }: AlertDialogPrimitive.Portal.Props)
components/ui/alert-dialog.tsx:19
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
components/ui/alert-dialog.tsx:112
FunctionAlertDialogTrigger
({ ...props }: AlertDialogPrimitive.Trigger.Props)
components/ui/alert-dialog.tsx:13
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
components/ui/badge.tsx:30
FunctionBalatro
({ spinRotation = -2.0, spinSpeed = 7.0, offset = [0.0, 0.0], color1 = "#DE443B", color2 = "#006BB4"
components/balatro.tsx:124
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<
components/ui/button.tsx:41
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
components/ui/button-group.tsx:25
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
components/ui/button-group.tsx:64
FunctionButtonGroupText
({ className, render, ...props }: useRender.ComponentProps<"div">)
components/ui/button-group.tsx:41
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:59
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:72
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:49
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:82
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:23
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:36
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
components/ui/combobox.tsx:252
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitiv
components/ui/combobox.tsx:235
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
components/ui/combobox.tsx:287
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
components/ui/combobox.tsx:48
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
components/ui/combobox.tsx:203
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
components/ui/combobox.tsx:100
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
components/ui/combobox.tsx:209
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
components/ui/combobox.tsx:180
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
components/ui/combobox.tsx:65
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
components/ui/combobox.tsx:150
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
components/ui/combobox.tsx:190
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
components/ui/combobox.tsx:137
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
components/ui/combobox.tsx:222
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
components/ui/combobox.tsx:27
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
components/ui/combobox.tsx:23
FunctionContributionLeaderboard
()
components/contribution-leaderboard.tsx:8
FunctionCreatureButtons
({ githubProfileUrl, }: CreatureButtonsProps)
components/creature-buttons.tsx:11
FunctionCreatureCard
({ username, stats, }: CreatureCardProps)
components/creature-card.tsx:208
FunctionCreatureCardWrapper
({ params }: { params: Params })
app/[username]/page.tsx:58
FunctionCreaturePage
({ params }: { params: Params })
app/[username]/page.tsx:63
FunctionCreatureStats
({ creature, downloadTargetId, }: CreatureStatsProps)
components/creature-stats.tsx:24
FunctionCreatureStatsDialog
({ triggerText = "Stats", children, }: CreatureStatsDialogProps)
components/creature-stats-dialog.tsx:15
FunctionCreaturesShowcase
()
components/creatures-showcase.tsx:5
FunctionDialog
({ ...props }: DialogPrimitive.Root.Props)
components/ui/dialog.tsx:11
FunctionDialogClose
({ ...props }: DialogPrimitive.Close.Props)
components/ui/dialog.tsx:23
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: DialogPrimitive.Popup.Props & { showClos
components/ui/dialog.tsx:43
next →1–100 of 224, ranked by callers