MCPcopy Create free account

hub / github.com/OpenAgentsInc/arcade / functions

Functions279 in github.com/OpenAgentsInc/arcade

↓ 36 callersFunctionuseStores
()
app/models/helpers/useStores.ts:44
↓ 10 callersFunctiongetGeneralApiProblem
(response: ApiResponse<any>)
app/services/api/apiProblem.ts:46
↓ 9 callersFunctionnavigate
()
app/components/ContactItem.tsx:43
↓ 9 callersFunctionshortenKey
(pubkey: string)
app/utils/shortenKey.tsx:3
↓ 7 callersFunctiontranslate
(key: TxKeyPath, options?: i18n.TranslateOptions)
app/i18n/translate.ts:28
↓ 6 callersFunctionformatCreatedAt
(time: number)
app/utils/formatCreatedAt.tsx:6
↓ 5 callersFunctionclearReply
()
app/models/UserStore.ts:343
↓ 3 callersFunctionfetchContacts
()
app/components/ContactPicker.tsx:23
↓ 3 callersFunctiongetChannel
(id: string)
app/models/ChannelStore.ts:16
↓ 3 callersFunctionupdateScrollState
()
app/components/Screen.tsx:102
↓ 3 callersFunctionuseSafeAreaInsetsStyle
( safeAreaEdges: ExtendedEdge[] = [], property: "padding" | "margin" = "padding", )
app/utils/useSafeAreaInsetsStyle.ts:25
↓ 2 callersFunctionaddRelay
(url: string)
app/models/UserStore.ts:320
↓ 2 callersFunctionaddReply
(id: string)
app/models/UserStore.ts:340
↓ 2 callersFunctionappKey
()
app/utils/storage/storage.ts:9
↓ 2 callersFunctionclamp
(value: number, min: number, max: number)
app/components/SwipeableItem/index.tsx:21
↓ 2 callersFunctionclear
()
app/utils/storage/storage.ts:133
↓ 2 callersFunctiondecrypt
(key: string, val: string)
app/utils/storage/storage.ts:43
↓ 2 callersFunctiondone
()
app/screens/InviteScreen.tsx:66
↓ 2 callersFunctionencrypt
(key: string, val: string)
app/utils/storage/storage.ts:29
↓ 2 callersFunctionfindContact
(pubkey: string)
app/models/UserStore.ts:124
↓ 2 callersFunctiongetActiveRouteName
( state: ReturnType<typeof navigationRef.getRootState>, )
app/navigators/navigationUtilities.ts:28
↓ 2 callersFunctiongoBack
()
app/navigators/navigationUtilities.ts:167
↓ 2 callersFunctionleaveChannel
(mgr: ChannelManager, id: string)
app/models/UserStore.ts:198
↓ 2 callersFunctionload
(key: string)
app/utils/storage/storage.ts:92
↓ 2 callersFunctionloadString
(key: string)
app/utils/storage/storage.ts:60
↓ 2 callersFunctiononPress
()
app/navigators/TabBar.tsx:33
↓ 2 callersFunctionparser
(event: NostrEvent)
app/utils/parser.tsx:10
↓ 2 callersFunctionsecureSet
(key, value)
app/models/UserStore.ts:41
↓ 2 callersFunctionsubmit
()
app/components/DirectMessageForm.tsx:88
↓ 2 callersFunctionsubmitInput
(enteredText)
app/components/Faerie/MessageInput.tsx:20
↓ 2 callersFunctiontoIv
(key: string)
app/utils/storage/storage.ts:23
↓ 2 callersFunctionupdateProfile
(profmgr: ProfileManager, profile: Profile & PrivateSettings)
app/utils/profile.tsx:51
↓ 2 callersFunctionuseNpub
()
app/hooks/useNpub.ts:4
↓ 1 callersFunction$textStyle
({ pressed })
app/components/Button.tsx:99
↓ 1 callersFunctionacceptOffer
(offerId: string, ownerPubkey: string)
app/screens/ListingDetailScreen.tsx:48
↓ 1 callersFunctionadd
(url: string)
app/screens/RelayManagerScreen.tsx:62
↓ 1 callersFunctionaddCustomContact
()
app/screens/AddContactScreen.tsx:56
↓ 1 callersFunctionaddCustomRelay
()
app/screens/RelayManagerScreen.tsx:96
↓ 1 callersFunctioncopyNpub
()
app/screens/ProfileScreen.tsx:38
↓ 1 callersFunctioncreate
(meta: ChannelInfo)
app/models/ChannelStore.ts:21
↓ 1 callersFunctioncreateChannel
(data: any)
app/screens/CreateChannelScreen.tsx:73
↓ 1 callersFunctioncreateEvent
(data)
app/components/OfferForm.tsx:29
↓ 1 callersFunctioncreateEvent
(data)
app/components/ChannelMessageForm.tsx:92
↓ 1 callersFunctiondelay
(ms: number)
app/utils/delay.ts:6
↓ 1 callersFunctionfetchData
()
app/hooks/useAnonUser.ts:20
↓ 1 callersFunctionfetchOffers
()
app/screens/ListingDetailScreen.tsx:86
↓ 1 callersFunctionfetchProfile
()
app/components/UserOffer.tsx:15
↓ 1 callersFunctionfetchProfile
()
app/components/UserFeed.tsx:15
↓ 1 callersFunctionfetchProfile
()
app/screens/NotificationSettingScreen.tsx:55
↓ 1 callersFunctionfetchProfile
()
app/screens/PrivacySettingScreen.tsx:59
↓ 1 callersFunctionfetchProfile
()
app/screens/UserScreen.tsx:93
↓ 1 callersFunctionfetchSuggestion
()
app/screens/AddContactScreen.tsx:102
↓ 1 callersFunctiongetContacts
(pubkey: string)
app/utils/profile.tsx:36
↓ 1 callersFunctiongetLocale
()
app/utils/formatDate.ts:10
↓ 1 callersMethodgetMainComponentName
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
android/app/src/main/java/arcade/labs/arc/MainActivity.java:20
↓ 1 callersFunctiongetProfile
(pubkey: string)
app/utils/profile.tsx:29
↓ 1 callersMethodgetReactNativeHost
()
android/app/src/main/java/arcade/labs/arc/MainApplication.java:54
↓ 1 callersFunctiongetReputation
()
app/components/User.tsx:48
↓ 1 callersFunctiongetSuggests
()
app/screens/RelayManagerScreen.tsx:122
↓ 1 callersFunctionhaptic
(impact: "light" | "medium" | "heavy" = "medium")
app/utils/haptics.ts:3
↓ 1 callersFunctionimagePicker
()
app/components/ChannelMessageForm.tsx:44
↓ 1 callersFunctionimagePicker
()
app/components/DirectMessageForm.tsx:41
↓ 1 callersFunctionimagePicker
()
app/screens/CreateAccountScreen.tsx:45
↓ 1 callersFunctionimagePicker
()
app/screens/CreateChannelScreen.tsx:33
↓ 1 callersFunctionimagePicker
()
app/screens/EditProfileScreen.tsx:36
↓ 1 callersFunctioninitChannels
(prev)
app/screens/ChannelsScreen.tsx:88
↓ 1 callersFunctioninitDMS
()
app/screens/DirectMessageScreen.tsx:80
↓ 1 callersFunctioninitRelays
()
app/components/RelayProvider.tsx:51
↓ 1 callersFunctioninitTop
()
app/screens/ChannelsScreen.tsx:66
↓ 1 callersMethodinitializeFlipper
(Context context, ReactInstanceManager reactInstanceManager)
android/app/src/debug/java/arcade/labs/arc/ReactNativeFlipper.java:33
↓ 1 callersFunctioninvite
(info: { id: string; name: string; privkey: string })
app/screens/ChannelManagerScreen.tsx:44
↓ 1 callersFunctioninviteByPubkey
(data)
app/screens/InviteScreen.tsx:116
↓ 1 callersMethodisEnabled
()
app/screens/ErrorScreen/ErrorBoundary.tsx:50
↓ 1 callersFunctionisNonScrolling
(preset?: ScreenProps["preset"])
app/components/Screen.tsx:90
↓ 1 callersFunctioniterate
(obj, stack, array)
test/i18n.test.ts:10
↓ 1 callersFunctionjoinChannel
(item: ChannelInfo)
app/screens/ChannelsScreen.tsx:34
↓ 1 callersFunctionleave
(id: string)
app/screens/ChannelManagerScreen.tsx:30
↓ 1 callersFunctionleaveJoinedChannel
()
app/screens/ChatScreen.tsx:62
↓ 1 callersFunctionnHoursAgo
(hrs: number)
app/models/Channel.ts:59
↓ 1 callersFunctionnavigate
(...args: Parameters<typeof navigationRef.navigate>)
app/navigators/navigationUtilities.ts:155
↓ 1 callersFunctionnavigationRestoredDefaultState
* This helper function will determine whether we should enable navigation persistence * based on a config setting and the __DEV__ environment (dev or
app/navigators/navigationUtilities.ts:94
↓ 1 callersFunctiononContentSizeChange
(w: number, h: number)
app/components/Screen.tsx:121
↓ 1 callersFunctiononLayout
(e: LayoutChangeEvent)
app/components/Screen.tsx:127
↓ 1 callersFunctionparseText
(text, textStyle, imageStyle)
app/components/TextWithImage.tsx:4
↓ 1 callersFunctionpressCopyNsec
()
app/screens/BackupScreen.tsx:48
↓ 1 callersFunctionpressCopyPrivkey
()
app/screens/BackupScreen.tsx:43
↓ 1 callersFunctionredirect
()
app/components/User.tsx:39
↓ 1 callersFunctionregisterForPushNotifications
()
app/utils/notification.ts:5
↓ 1 callersFunctionregisterNip05
(ident: ArcadeIdentity, name: string)
app/models/UserStore.ts:51
↓ 1 callersFunctionremove
(key: string)
app/utils/storage/storage.ts:124
↓ 1 callersFunctionremove
(url: string)
app/screens/RelayManagerScreen.tsx:82
↓ 1 callersFunctionremoveRelay
(url: string)
app/models/UserStore.ts:324
↓ 1 callersFunctionresetRoot
( state: Parameters<typeof navigationRef.resetRoot>[0] = { index: 0, routes: [] }, )
app/navigators/navigationUtilities.ts:176
↓ 1 callersFunctionrestoreState
()
app/navigators/navigationUtilities.ts:134
↓ 1 callersFunctionsave
(key: string, value: unknown)
app/utils/storage/storage.ts:109
↓ 1 callersFunctionsaveString
(key: string, value: string)
app/utils/storage/storage.ts:77
↓ 1 callersFunctionsecureDel
(key)
app/models/UserStore.ts:47
↓ 1 callersFunctionsecureGet
(key)
app/models/UserStore.ts:44
↓ 1 callersFunctionsetReactotronRootStore
(rootStore: RootStore, initialData: RootStoreSnapshot)
app/services/reactotron/reactotron.ts:62
↓ 1 callersFunctionsetupReactotron
(customConfig: ReactotronConfig = {})
app/services/reactotron/reactotron.ts:90
next →1–100 of 279, ranked by callers