MCPcopy Create free account

hub / github.com/OpenAgentsInc/arcade / functions

Functions279 in github.com/OpenAgentsInc/arcade

↓ 1 callersFunctionsetupRootStore
(rootStore: RootStore)
app/models/helpers/setupRootStore.ts:25
↓ 1 callersFunctionsignup
(data: ISignup)
app/screens/CreateAccountScreen.tsx:85
↓ 1 callersFunctionstartRecording
()
app/hooks/useRecording.ts:9
↓ 1 callersFunctionstopRecording
()
app/hooks/useRecording.ts:29
↓ 1 callersFunctiontoggleFollow
()
app/screens/UserScreen.tsx:43
↓ 1 callersFunctiontogglePrivFollow
()
app/screens/UserScreen.tsx:53
↓ 1 callersFunctiontoggleSelect
(pubkey: string)
app/components/ContactPicker.tsx:15
↓ 1 callersFunctiontoggleSelect
(pubkey: string)
app/screens/InviteScreen.tsx:59
↓ 1 callersFunctionunfollow
(pubkey: string)
app/screens/ContactsScreen.tsx:27
↓ 1 callersFunctionupdateSettings
(data: PrivateSettings)
app/screens/NotificationSettingScreen.tsx:27
↓ 1 callersFunctionupdateSettings
(data: { prefersLegacyDMs: boolean })
app/screens/PrivacySettingScreen.tsx:26
↓ 1 callersFunctionupdateSettings
(data: Profile & PrivateSettings)
app/screens/EditProfileScreen.tsx:76
↓ 1 callersFunctionuploadAudio
(recording)
app/hooks/useRecording.ts:53
↓ 1 callersFunctionuseAnonUser
()
app/hooks/useAnonUser.ts:8
↓ 1 callersFunctionuseAutoImage
( remoteUri: string, dimensions?: [maxWidth: number, maxHeight: number], )
app/components/AutoImage.tsx:26
↓ 1 callersFunctionuseAutoPreset
(props: AutoScreenProps)
app/components/Screen.tsx:94
↓ 1 callersFunctionuseBackButtonHandler
(canExit: (routeName: string) => boolean)
app/navigators/navigationUtilities.ts:44
↓ 1 callersFunctionuseContactManager
()
app/utils/useUserContacts.tsx:25
↓ 1 callersFunctionuseConversationMessages
(conversationId: string)
app/hooks/useConversationMessages.ts:4
↓ 1 callersFunctionuseConversations
()
app/hooks/useConversations.ts:5
↓ 1 callersFunctionuseInitialRootStore
(callback: () => void | Promise<void>)
app/models/helpers/useStores.ts:51
↓ 1 callersFunctionuseIsMounted
()
app/utils/useIsMounted.ts:3
↓ 1 callersFunctionuseNavigationPersistence
(storage: Storage, persistenceKey: string)
app/navigators/navigationUtilities.ts:106
↓ 1 callersFunctionuseProfile
()
app/utils/profile.tsx:26
↓ 1 callersFunctionuseRecording
(sendFunction)
app/hooks/useRecording.ts:6
↓ 1 callersFunctionuseSendMessage
()
app/hooks/useSendMessage.ts:14
Function$viewStyle
({ pressed })
app/components/Button.tsx:92
FunctionAIChannel
({ route })
app/screens/AI/AIChannel.tsx:12
FunctionAIChannelDetail
(props: any)
app/components/Faerie/AIChannelDetail.tsx:31
FunctionActivityIndicator
({ type = "small", color = colors.tint, strokeWidth = 10, })
app/components/ActivityIndicator/index.tsx:35
FunctionActivityIndicatorScreenDemo
()
app/screens/DemoScreen/ActivityIndicatorScreen.tsx:7
FunctionAnimatedArc
({ cx, cy, internalRadius, color, strokeWidth, progress, orientation = "clockwise", })
app/components/ActivityIndicator/AnimatedArc.tsx:58
FunctionAnimatedRectBorder
({ x, y, strokeWidth, height, width, color, scale, }: AnimatedRectBorderProps)
app/components/Frame/AnimatedRectBorder.tsx:15
FunctionAnimatedTyping
(props)
app/components/Faerie/AnimatedTyping.tsx:6
FunctionApp
* This is the root component of our app.
app/app.tsx:77
FunctionArwesButton
({ onPress, onPressIn, ...frameProps })
app/components/ArwesButton/index.tsx:15
FunctionArwesTextInput
({ color, borderColor, internalSquareBorderWidth, strokeWidth, style, textInputStyle, internalSq
app/components/TextInput/index.tsx:22
FunctionAuthNavigator
()
app/navigators/AuthNavigator.tsx:13
FunctionAutoImage
(props: AutoImageProps)
app/components/AutoImage.tsx:63
FunctionBlurredPopupProvider
({ children, menuLayout: menuLayoutProp, maxBlur = 10, })
app/components/BlurredPopup/BlurredPopupProvider.tsx:59
FunctionButton
(props: ButtonProps)
app/components/Button.tsx:76
FunctionButtonDemoScreen
()
app/screens/DemoScreen/ArwesButtonScreen.tsx:7
FunctionCard
(props: CardProps)
app/components/Card.tsx:124
FunctionChannelDetail
(props: ChannelDetailProps)
app/components/ChannelDetail.tsx:26
FunctionCheckbox
(props: ToggleInputProps)
app/components/Toggle.tsx:249
FunctionCityBackground
()
app/components/CityBackground.tsx:7
FunctionContactPicker
()
app/components/ContactPicker.tsx:9
FunctionCopyButton
({ message })
app/components/Faerie/CopyButton.tsx:8
FunctionDemoContainerScreen
({ children, centered = true, })
app/screens/DemoScreen/DemoScreenContainer.tsx:12
FunctionDemosScreen
()
app/screens/DemoScreen/index.tsx:89
FunctionDirectMessageReply
({ replyInfo, height = 60 })
app/components/DirectMessageReply.tsx:20
FunctionDonutChart
({ strokeWidth, radius, percentageComplete, color, })
app/components/AnimatedDonut/index.tsx:24
FunctionDrawerIconButton
(props: DrawerIconButtonProps)
app/components/DrawerIconButton.tsx:20
FunctionEmptyState
(props: EmptyStateProps)
app/components/EmptyState.tsx:118
FunctionErrorDetails
(props: ErrorDetailsProps)
app/screens/ErrorScreen/ErrorDetails.tsx:12
FunctionExpandedButton
({ onPress, title })
app/screens/DemoScreen/ExpandedButton.tsx:10
FunctionFieldLabel
(props: BaseToggleProps)
app/components/Toggle.tsx:514
FunctionFrame
({ height, width, color = colors.palette.cyan400, borderColor = colors.palette.cyan500, strokeWidth:
app/components/Frame/Frame.tsx:72
FunctionFrame
({ style, children, highlighted, ...skiaFrameProps })
app/components/Frame/index.tsx:19
FunctionFrameScreenDemo
()
app/screens/DemoScreen/FrameScreen.tsx:8
FunctionFrameSquare
({ x, y, size, color, strokeWidth })
app/components/Frame/FrameSquare.tsx:38
FunctionHeader
(props: HeaderProps)
app/components/Header.tsx:145
FunctionHeaderAction
(props: HeaderActionProps)
app/components/Header.tsx:224
FunctionHudNavigator
()
app/navigators/HudNavigator.tsx:8
FunctionIcon
(props: IconProps)
app/components/Icon.tsx:27
FunctionIgniteApp
()
index.js:15
FunctionLinkPreview
({ width, url }: { width: number; url: string })
app/components/LinkPreview.tsx:9
FunctionListItem
(props: ListItemProps)
app/components/ListItem.tsx:104
FunctionListItemAction
(props: ListItemActionProps)
app/components/ListItem.tsx:163
FunctionListingItem
({ tags }: { tags: string[][] })
app/components/ListingItem.tsx:6
FunctionListingOfferItem
({ data }: { data: any })
app/components/ListingOfferItem.tsx:6
FunctionMainDemosScreen
()
app/screens/DemoScreen/index.tsx:25
FunctionMessage
({ item, index }: ListRenderItemInfo<MessageType>)
app/components/Faerie/Message.tsx:17
FunctionMessageContent
({ content })
app/components/MessageContent.tsx:8
FunctionMessageInput
({ conversationId, conversationType })
app/components/Faerie/MessageInput.tsx:11
FunctionOfferForm
({ setData, listings, listingId, }: { setData: any listings: any listingId: string })
app/components/OfferForm.tsx:9
FunctionRadio
(props: ToggleInputProps)
app/components/Toggle.tsx:310
FunctionReText
(props: TextProps)
app/components/ReText/index.tsx:16
FunctionReply
({ id }: { id: string })
app/components/Reply.tsx:8
FunctionReplyUser
({ pubkey }: { pubkey: string })
app/components/ReplyUser.tsx:7
FunctionScaler
({ children, scale, scaleOrigin, type = "scale" }: ScalerProps)
app/components/Frame/Scaler.tsx:29
FunctionScreen
(props: ScreenProps)
app/components/Screen.tsx:194
FunctionScreenWithScrolling
(props: ScreenProps)
app/components/Screen.tsx:153
FunctionScreenWithSidebar
({ title, children })
app/components/ScreenWithSidebar.tsx:18
FunctionScreenWithoutScrolling
(props: ScreenProps)
app/components/Screen.tsx:144
FunctionSolidScreen
({ children, jc, }: { children: React.ReactNode jc?: "space-between" | "flex-start" | "flex-end" | "ce
app/components/Faerie/SolidScreen.tsx:5
FunctionSplashScreen
()
app/screens/SplashScreen/SplashScreen.tsx:6
FunctionSpotlight
()
app/components/Spotlight.tsx:7
FunctionSwipeableItem
({ children, swipeDirection = "left", onSwipeComplete, maxScrollableAmount: scrollableAmount = 100, })
app/components/SwipeableItem/index.tsx:39
FunctionSwitch
(props: ToggleInputProps)
app/components/Toggle.tsx:369
FunctionSwitchAccessibilityLabel
(props: ToggleInputProps & { role: "on" | "off" })
app/components/Toggle.tsx:471
FunctionTabBar
({ state, descriptors, navigation }: BottomTabBarProps)
app/navigators/TabBar.tsx:10
FunctionTabNavigator
()
app/navigators/TabNavigator.tsx:37
FunctionText
(props: TextProps)
app/components/Text.tsx:61
FunctionTextInput
(props: TextInputProps)
app/components/Text.tsx:85
FunctionTextInputDemoScreen
()
app/screens/DemoScreen/TextInputScreen.tsx:6
FunctionTextWithImage
({ text, textStyle, imageStyle })
app/components/TextWithImage.tsx:33
FunctionToggle
(props: ToggleProps)
app/components/Toggle.tsx:160
FunctionTouchableFeedback
({ children, onPress, style, highlightColor = "rgba(255,255,255,0.1)", defaultColor = "transparent",
app/components/TouchableFeedback.tsx:22
FunctionTouchablePopupHandler
({ children, style, onPress, highlightedChildren, options, })
app/components/BlurredPopup/TouchablePopupHandler.tsx:42
← previousnext →101–200 of 279, ranked by callers