MCPcopy Create free account

hub / github.com/bhattaraijay05/meditation / functions

Functions171 in github.com/bhattaraijay05/meditation

↓ 32 callersFunctionuseStyle
()
frontend/app/hooks/useStyle.ts:5
↓ 27 callersMethodcreate
(input: CreateTrackInput)
backend/src/tracks/tracks.service.ts:13
↓ 14 callersFunctionuseNavHelper
()
frontend/app/helpers/navHelper.ts:5
↓ 8 callersFunctioncallback
(error: any, player: SoundPlayer)
frontend/app/helpers/audio-helper.ts:127
↓ 5 callersFunctionhandleBack
()
frontend/app/screens/MusicView/Header.tsx:28
↓ 5 callersMethodremove
(id: string)
backend/src/tracks/tracks.service.ts:30
↓ 4 callersFunctionchangeVolume
(player: SoundPlayer, volume: number)
frontend/app/helpers/audio-helper.ts:406
↓ 4 callersFunctionsecondsToHHMMSS
(seconds: number | string)
frontend/app/utils/secondsToHHMMSS.ts:1
↓ 4 callersFunctionseekToTime
(seconds: number)
frontend/app/helpers/audio-helper.ts:392
↓ 3 callersFunctiongoToMusicDesc
(item: TrackProps)
frontend/app/helpers/navHelper.ts:21
↓ 3 callersFunctionplay
(player: SoundPlayer)
frontend/app/helpers/audio-helper.ts:270
↓ 2 callersMethodfindOne
(id: string)
backend/src/tracks/tracks.service.ts:22
↓ 2 callersFunctiongoToMusicPage
(item: TrackProps)
frontend/app/helpers/navHelper.ts:11
↓ 2 callersFunctionhandleBack
()
frontend/app/screens/Downloads/OfflineMusicHeader.tsx:18
↓ 2 callersFunctionitemSelected
()
frontend/app/shared/TopicCard.tsx:21
↓ 2 callersFunctionjumpSecond
(secondDelta: number)
frontend/app/helpers/audio-helper.ts:373
↓ 2 callersFunctionshuffleArray
(array: T[])
frontend/app/helpers/audio-helper.ts:51
↓ 2 callersFunctionuseAudioHelper
( request: IUseAudioHelper = { listSounds: [], isLogStatus: false, timeRate: 15, }, )
frontend/app/helpers/audio-helper.ts:62
↓ 2 callersFunctionwait
(timeout: number)
frontend/app/screens/MeditationPage/MeditationHome.tsx:23
↓ 2 callersFunctionwait
(timeout: number)
frontend/app/screens/Sleep/Sleep.tsx:25
↓ 1 callersFunctionbootstrapAsync
()
frontend/app/context/AuthContextProvider.tsx:49
↓ 1 callersFunctionchangeSpeed
(value: number)
frontend/app/helpers/audio-helper.ts:109
↓ 1 callersFunctioncreateId
()
frontend/app/utils/createId.ts:9
↓ 1 callersFunctiondeleteOffline
()
frontend/app/screens/Downloads/OfflineMusicPlayer.tsx:43
↓ 1 callersFunctionfetchItem
(cat: string)
frontend/app/screens/MeditationPage/MeditationHome.tsx:44
↓ 1 callersFunctionfetchItem
(cat: string)
frontend/app/screens/Sleep/Sleep.tsx:58
↓ 1 callersFunctionforward10s
()
frontend/app/helpers/audio-helper.ts:388
↓ 1 callersFunctiongetCurrentAudioName
()
frontend/app/helpers/audio-helper.ts:447
↓ 1 callersFunctiongetCurrentTimeString
()
frontend/app/helpers/audio-helper.ts:439
↓ 1 callersFunctiongetDurationString
()
frontend/app/helpers/audio-helper.ts:435
↓ 1 callersMethodgetMainComponentName
Returns the name of the main component registered from JavaScript. This is used to schedule rendering of the component.
frontend/android/app/src/main/java/com/testapp/MainActivity.java:15
↓ 1 callersMethodgetReactNativeHost
()
frontend/android/app/src/main/java/com/testapp/MainApplication.java:51
↓ 1 callersFunctiongetRemainingTimeString
()
frontend/app/helpers/audio-helper.ts:443
↓ 1 callersFunctiongoToDownloadedList
()
frontend/app/helpers/navHelper.ts:17
↓ 1 callersFunctiongoToOfflineMusic
(item: offlineTrackProps)
frontend/app/helpers/navHelper.ts:25
↓ 1 callersFunctiongoToTopicMusic
(item: TopicsProps)
frontend/app/screens/HomePage/Home.tsx:68
↓ 1 callersFunctionhandleClick
()
frontend/app/screens/Welcome/Remainder.tsx:16
↓ 1 callersFunctionhandleDelete
(id: string)
frontend/app/shared/MusicPage.tsx:36
↓ 1 callersFunctioninitialize
()
frontend/app/helpers/audio-helper.ts:120
↓ 1 callersMethodinitializeFlipper
Loads Flipper in React Native templates. Call this in the onCreate method with something like initializeFlipper(this, getReactNativeHost().getReactIns
frontend/android/app/src/main/java/com/testapp/MainApplication.java:70
↓ 1 callersFunctionisDisabledButtonNext
()
frontend/app/helpers/audio-helper.ts:463
↓ 1 callersFunctionisDisabledButtonPause
()
frontend/app/helpers/audio-helper.ts:455
↓ 1 callersFunctionisDisabledButtonPlay
()
frontend/app/helpers/audio-helper.ts:451
↓ 1 callersFunctionisDisabledButtonPrevious
()
frontend/app/helpers/audio-helper.ts:467
↓ 1 callersFunctionisDisabledButtonStop
()
frontend/app/helpers/audio-helper.ts:459
↓ 1 callersFunctionnext
()
frontend/app/helpers/audio-helper.ts:304
↓ 1 callersFunctionrepeat
()
frontend/app/helpers/audio-helper.ts:238
↓ 1 callersFunctionrequestStoragePermission
()
frontend/app/constants/permissions.ts:5
↓ 1 callersFunctionrewind10s
()
frontend/app/helpers/audio-helper.ts:384
↓ 1 callersFunctionshowNotification
()
frontend/app/helpers/audio-helper.ts:243
↓ 1 callersMethodupdate
(id: string, input: CreateTrackInput)
backend/src/tracks/tracks.service.ts:26
↓ 1 callersFunctionwait
(timeout: number)
frontend/app/screens/HomePage/Home.tsx:26
FunctionApp
()
frontend/App.tsx:13
FunctionAuthContextProvider
(props: any)
frontend/app/context/AuthContextProvider.tsx:16
FunctionBackHeader
({title}: {title: string})
frontend/app/shared/BackHeader.tsx:8
FunctionBottomSheet
({ show = false, style, component, showTop = true, snapPoint = 0.5, setShowSheet, bgcolor
frontend/app/elements/sheet/BottomSheet.tsx:43
FunctionBottomTabContextProvider
(props: any)
frontend/app/context/BottomTabContext.tsx:8
FunctionCategoryCard
({item, onPress})
frontend/app/shared/CategoryCard.tsx:13
FunctionDays
(props: any)
frontend/app/screens/Welcome/Remainder.tsx:13
FunctionDownloadedMusic
()
frontend/app/screens/Downloads/DownloadedMusic.tsx:13
FunctionDragableView
({children, style})
frontend/app/elements/SharedElements.tsx:35
FunctionHeader
frontend/app/screens/MusicView/Header.tsx:25
FunctionHeader
()
frontend/app/screens/Downloads/Header.tsx:8
FunctionHome
()
frontend/app/screens/HomePage/Home.tsx:30
FunctionHomeCard
({item, onPress})
frontend/app/shared/HomeCard.tsx:13
FunctionHomeSkeleton
()
frontend/app/shared/Skeletons.tsx:73
FunctionHomeStack
()
frontend/app/navigations/HomeStack/HomeStack.tsx:10
FunctionHorSk
()
frontend/app/shared/Skeletons.tsx:10
FunctionHorizontalSkeleton
()
frontend/app/shared/Skeletons.tsx:59
FunctionMainApp
()
frontend/app/MainApp.tsx:11
FunctionMainStack
()
frontend/app/navigations/MainStack.tsx:15
FunctionMainTab
()
frontend/app/navigations/MainTab.tsx:207
FunctionMeditationHome
()
frontend/app/screens/MeditationPage/MeditationHome.tsx:27
FunctionMeditationStack
()
frontend/app/navigations/MeditationStack/MeditationStack.tsx:9
FunctionMusicCard
({onPress, item})
frontend/app/shared/MusicCard.tsx:13
FunctionMusicHeader
({image})
frontend/app/shared/MusicHeader.tsx:16
FunctionMusicPage
(props: any)
frontend/app/shared/MusicPage.tsx:17
FunctionMyButton
({ children, title, fontSize, style, fontFamily, textAlign = 'center', bold, fontWeigh
frontend/app/elements/SharedElements.tsx:164
FunctionMyTabBar
({ state, descriptors, navigation, })
frontend/app/navigations/MainTab.tsx:58
FunctionMyText
({ children, title, fontSize, style, center, textAlign, bold, fontWeight, color: te
frontend/app/elements/SharedElements.tsx:118
FunctionOfflineMusicHeader
frontend/app/screens/Downloads/OfflineMusicHeader.tsx:15
FunctionOfflineMusicPlayer
(props: any)
frontend/app/screens/Downloads/OfflineMusicPlayer.tsx:12
FunctionPlayer
({player}: any)
frontend/app/screens/Player/Player.tsx:16
FunctionPlayerPage
(props: any)
frontend/app/screens/MusicView/PlayerPage.tsx:17
FunctionPomodoroClock
()
frontend/app/screens/Pomodoro/PomodoroClock.tsx:15
FunctionProfile
()
frontend/app/screens/Profile/Profile.tsx:12
FunctionProfileStack
()
frontend/app/navigations/ProfileStack/ProfileStack.tsx:9
FunctionRemainder
()
frontend/app/screens/Welcome/Remainder.tsx:48
FunctionSafeView
({children, style})
frontend/app/elements/SharedElements.tsx:86
FunctionSkeleton
()
frontend/app/shared/Skeletons.tsx:37
FunctionSkeletonPlaceholder
({ children, backgroundColor = '#E1E9EE', speed = 800, highlightColor = '#F2F8FC', direction = 'righ
frontend/app/elements/Skeleton/Skeleton.tsx:43
FunctionSleep
()
frontend/app/screens/Sleep/Sleep.tsx:29
FunctionSleepStack
()
frontend/app/navigations/SleepStack/SleepStack.tsx:9
FunctionThemeContextProvider
(props: any)
frontend/app/context/ThemeContext.tsx:12
FunctionToast
({visible, message}: {visible: boolean; message: string})
frontend/app/screens/MusicView/PlayerPage.tsx:78
FunctionTopicCard
({ topic, setCategories, categories, })
frontend/app/shared/TopicCard.tsx:14
FunctionTopicChoose
()
frontend/app/screens/TopicChoose/TopicChoose.tsx:9
FunctionTopicMusic
(props: any)
frontend/app/screens/HomePage/TopicMusic.tsx:11
FunctionTrackUpdate
(props: any)
frontend/app/shared/Inputs/TrackUpdate.tsx:10
FunctionTrackUpload
()
frontend/app/shared/Inputs/TrackUpload.tsx:19
next →1–100 of 171, ranked by callers