MCPcopy Create free account

hub / github.com/brentvatne/hour-power / functions

Functions85 in github.com/brentvatne/hour-power

↓ 5 callersFunction_getClientAsync
()
app/api/index.ts:203
↓ 4 callersFunctionalertAsync
({ title, message }: AlertOptions)
app/util/alertAsync.ts:7
↓ 4 callersFunctionsendJson
(res: FastifyReply, code: number, json: any)
server/api/index.ts:15
↓ 2 callersFunctionconfirmAsync
(options: NativeConfirmOptions)
app/util/confirmAsync.ts:9
↓ 2 callersFunctionloadAsync
()
app/state/LocalStorage.ts:45
↓ 2 callersFunctionpostAsync
(params: any)
server/api/index.ts:74
↓ 2 callersFunctionuseInterval
( callback: () => void, delay: number | null | false )
app/hooks/useInterval.ts:3
↓ 1 callersFunction_getValidTokenAsync
()
app/api/index.ts:178
↓ 1 callersFunctionfetchTokenAsync
(code: string, redirectUri: string)
app/api/index.ts:61
↓ 1 callersFunctionfetchTokenAsync
({ code, redirectUri, }: { code: string; redirectUri: string; })
server/api/index.ts:87
↓ 1 callersFunctionfetchTracksAsync
(playlistId: string)
app/api/index.ts:89
↓ 1 callersFunctiongetAsync
(key: string, fallback: T | null = null)
app/state/LocalStorage.ts:36
↓ 1 callersFunctiongetAuthCredentialsAsync
()
app/state/LocalStorage.ts:10
↓ 1 callersFunctioninitializeAsync
()
app/hooks/usePersistedData.ts:18
↓ 1 callersFunctionloadAssetsAsync
()
app/hooks/useAssets.ts:8
↓ 1 callersFunctionpauseAsync
()
app/api/index.ts:155
↓ 1 callersFunctionplayTrackAsync
({ uri, deviceId, time, }: { uri: string; deviceId: string; time?: number; })
app/api/index.ts:118
↓ 1 callersFunctionrefreshTokenAsync
(refreshToken: string)
app/api/index.ts:45
↓ 1 callersFunctionrefreshTokenAsync
(refreshToken: string)
server/api/index.ts:115
↓ 1 callersFunctionsaveAsync
(data: any)
app/state/LocalStorage.ts:41
↓ 1 callersFunctionsetAsync
( key: string, value: T )
app/state/LocalStorage.ts:23
↓ 1 callersFunctionupdateFromAuthResponseAsync
()
app/hooks/useSpotifyAuth.ts:56
↓ 1 callersFunctionuseAssets
(assets: { [key: string]: any })
app/hooks/useAssets.ts:4
↓ 1 callersFunctionusePersistedData
()
app/hooks/usePersistedData.ts:7
↓ 1 callersFunctionuseSpotifyAuth
()
app/hooks/useSpotifyAuth.ts:26
FunctionAnchorButton
(props: any)
app/components/AnchorButton.tsx:5
FunctionApp
()
app/App.tsx:36
FunctionAppContainer
()
app/App.tsx:23
FunctionBold
(props: Props)
app/components/Text.tsx:36
FunctionClosePlayerButton
({ navigation }: any)
app/navigation/index.web.tsx:73
FunctionDeviceIcon
({ type }: { type: Device["type"] })
app/components/DeviceIcon.tsx:5
FunctionDeviceItem
({ data }: { data: Device })
app/screens/DevicePicker.tsx:148
FunctionDevicePicker
({ navigation, route }: any)
app/screens/DevicePicker.tsx:34
FunctionDevicePickerHeaderIOS
({ navigation }: any)
app/screens/DevicePicker.tsx:114
FunctionEmptyListPlaceholder
()
app/screens/MyPlaylists.tsx:248
FunctionGreen
(props: ButtonProps)
app/components/Button.tsx:22
FunctionHR
({ color = "#eee", size = 1, spaceAround = 15 })
app/components/Spacer.tsx:4
FunctionHorizontal
({ size }: { size: number })
app/components/Spacer.tsx:19
FunctionItalic
(props: Props)
app/components/Text.tsx:22
FunctionLight
(props: Props)
app/components/Text.tsx:8
FunctionList
({ playlists, isFetchingPlaylists, animatedScrollValue, }: { playlists: Playlist[] | undefined; isFe
app/screens/MyPlaylists.tsx:276
FunctionLoadingPlaceholder
()
app/screens/DevicePicker.tsx:99
FunctionLoadingPlaceholder
()
app/screens/MyPlaylists.tsx:173
FunctionMyPlaylists
(props: any)
app/screens/MyPlaylists.tsx:436
FunctionMyPlaylistsHeader
({ animatedScrollValue, }: { animatedScrollValue: Animated.Value; })
app/screens/MyPlaylists.tsx:43
FunctionNavigation
()
app/navigation/index.web.tsx:100
FunctionNavigation
()
app/navigation/index.tsx:86
FunctionOpenSpotify
()
app/components/Button.tsx:56
FunctionPauseButton
({ onPress }: ButtonProps)
app/screens/PlayerController.tsx:202
FunctionPlatformRectButton
({ onPress, children }: any)
app/components/playlists/index.tsx:49
FunctionPlayButton
({ onPress }: ButtonProps)
app/screens/PlayerController.tsx:213
FunctionPlaybackDaemon
()
app/components/PlaybackDaemon.tsx:15
FunctionPlayer
()
app/navigation/index.web.tsx:39
FunctionPlayer
()
app/navigation/index.tsx:51
FunctionPlayerController
({ navigation }: any)
app/screens/PlayerController.tsx:18
FunctionPlayerControllerDeviceButton
({ device, navigation, }: Props)
app/screens/PlayerController/PlayerControllerDeviceButton.tsx:14
FunctionPlayerControllerHeader
({ title, navigation }: any)
app/screens/PlayerController/PlayerControllerHeader.tsx:8
FunctionPlayerControllerTracks
({ previous, current, next, }: Props)
app/screens/PlayerController/PlayerControllerTracks.tsx:14
FunctionPlayerStatusBottomControl
()
app/components/PlayerStatusBottomControl.tsx:26
FunctionPlaylistCover
({ images }: { images: string[] })
app/components/playlists/index.tsx:14
FunctionPlaylistDescription
({ text }: { text: string | null })
app/components/playlists/index.tsx:31
FunctionPlaylistItem
({ data, style, onPress, }: { data: Playlist; style: any; onPress: any; })
app/components/playlists/index.tsx:61
FunctionProgressBar
(props: ProgressBarProps)
app/screens/PlayerController.tsx:161
FunctionRegular
(props: Props)
app/components/Text.tsx:15
FunctionRoot
()
app/navigation/index.web.tsx:18
FunctionRoot
()
app/navigation/index.tsx:18
FunctionSecondary
(props: Props)
app/components/Text.tsx:51
FunctionSemiBold
(props: Props)
app/components/Text.tsx:29
FunctionSignIn
({ navigation }: any)
app/screens/SignIn.tsx:14
FunctionStatusBar
(props: StatusBarProps)
app/components/StatusBar.tsx:5
FunctionStopButton
({ onPress }: ButtonProps)
app/screens/PlayerController.tsx:191
FunctionSubtitle
(props: Props)
app/components/Text.tsx:47
FunctionTitle
(props: Props)
app/components/Text.tsx:43
FunctionTrackImage
({ track, size, style, faded, }: { track: Track | null; size?: "large"; style?: any; faded?: b
app/components/TrackImage.tsx:9
FunctionTrackLoadingOverlay
({ isFetchingTracks, }: { isFetchingTracks: boolean; })
app/screens/MyPlaylists.tsx:192
FunctionVertical
({ size }: { size: number })
app/components/Spacer.tsx:15
FunctionalertAsync
({ message }: { message: string })
app/util/alertAsync.web.ts:1
FunctionclearAsync
()
app/state/LocalStorage.ts:19
FunctionconfirmAsync
({ message }: { message: string })
app/util/confirmAsync.web.ts:1
FunctionfetchDevicesAsync
()
app/api/index.ts:160
FunctionfetchPlaylistsAsync
()
app/api/index.ts:135
FunctiongetTokenAsync
()
app/state/LocalStorage.ts:14
FunctionhandleHandlerStateChange
( e: PanGestureHandlerStateChangeEvent | TapGestureHandlerStateChangeEvent )
app/components/PlayerStatusBottomControl.tsx:33
FunctionsetAuthCredentialsAsync
(credentials: Credentials)
app/state/LocalStorage.ts:6
Functiontick
()
app/hooks/useInterval.ts:17