MCPcopy Create free account

hub / github.com/ShyykoSerhiy/vscode-spotify / functions

Functions193 in github.com/ShyykoSerhiy/vscode-spotify

↓ 21 callersFunctiongetState
()
src/store/store.ts:48
↓ 15 callersFunctionwithApi
()
src/actions/actions.ts:35
↓ 13 callersFunctionterminalCommand
(cmd: string)
src/spotify/linux-spotify-client.ts:54
↓ 12 callersFunctionwithErrorAsync
()
src/actions/actions.ts:58
↓ 11 callersFunctiongetConfig
()
src/config/spotify-config.ts:7
↓ 9 callersFunctionlog
(...args: any[])
src/info/info.ts:18
↓ 9 callersFunctionupdate
(obj: T, propertyUpdate: Partial<T>)
src/reducers/root-reducer.ts:17
↓ 8 callersFunctiongetStore
(memento?: Memento)
src/store/store.ts:15
↓ 8 callersFunctionisAlbum
(list?: Playlist | Album)
src/isAlbum.ts:3
↓ 7 callersMethod_previewLyrics
(lyrics: string)
src/lyrics/lyrics.ts:123
↓ 6 callersFunctionactionCreator
()
src/actions/actions.ts:74
↓ 4 callersFunctioncreateCancelablePromise
( executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void )
src/spotify/utils.ts:4
↓ 4 callersFunctioncreateCommandString
(command: string)
src/spotify/linux-spotify-client.ts:14
↓ 4 callersFunctionisButtonToBeShown
(buttonId: string)
src/config/spotify-config.ts:16
↓ 4 callersMethodupdate
(uri: Uri)
src/lyrics/lyrics.ts:22
↓ 3 callersFunctionasyncActionCreator
()
src/actions/actions.ts:90
↓ 3 callersFunctiongetAuthServerUrl
()
src/config/spotify-config.ts:47
↓ 3 callersMethodgetCurrentVolume
()
src/spotify/linux-spotify-client.ts:150
↓ 3 callersFunctionshowInformationMessage
(message: string)
src/info/info.ts:6
↓ 3 callersFunctionshowWarningMessage
(message: string, ...items: string[])
src/info/info.ts:10
↓ 2 callersMethod_actionSignIn
(accessToken: string, refreshToken: string)
src/actions/actions.ts:322
↓ 2 callersMethod_cancelPreviousPoll
()
src/spotify-status-controller.ts:59
↓ 2 callersMethod_hideShowButton
(button: Button)
src/components/spotify-controls.ts:185
↓ 2 callersMethod_setVolume
(sinkNum: string, volume: number)
src/spotify/linux-spotify-client.ts:259
↓ 2 callersMethod_updateColor
(button: ButtonWithDynamicColor, condition: boolean)
src/components/spotify-controls.ts:202
↓ 2 callersMethod_updateText
(button: ButtonWithDynamicText, condition: boolean)
src/components/spotify-controls.ts:190
↓ 2 callersFunctionartistsToArtist
(artists: { name: string }[])
src/utils/utils.ts:1
↓ 2 callersFunctiongetArtists
(track: Track)
src/components/tree-track.ts:101
↓ 2 callersFunctiongetButtonPriority
(buttonId: string)
src/config/spotify-config.ts:29
↓ 2 callersFunctiongetSpotifyWebApi
()
src/actions/actions.ts:112
↓ 2 callersFunctiongetTrackInfoClickBehaviour
()
src/config/spotify-config.ts:73
↓ 2 callersFunctionisWebApiSpotifyClient
()
src/config/spotify-config.ts:11
↓ 2 callersMethodloadTracks
(list?: Playlist | Album, api?: Api)
src/actions/actions.ts:240
↓ 2 callersMethodloadTracksIfNotLoaded
(list: Playlist | Album)
src/actions/actions.ts:227
↓ 2 callersMethodmuteVolume
()
src/spotify/common.ts:12
↓ 2 callersMethodplayPause
()
src/spotify/common.ts:11
↓ 2 callersMethodselectPlaylistAction
(p: Playlist)
src/actions/actions.ts:168
↓ 2 callersMethodselectTrackAction
(track: Track)
src/actions/actions.ts:186
↓ 2 callersFunctionshowErrorMessage
(message: string)
src/info/info.ts:14
↓ 2 callersMethodshowVisible
* Show buttons that are visible
src/components/spotify-controls.ts:163
↓ 2 callersMethodunmuteVolume
()
src/spotify/common.ts:13
↓ 2 callersMethodupdateStateAction
(state: Partial<ISpotifyStatusState>)
src/actions/actions.ts:135
↓ 2 callersFunctionxhr
(xhrOptions: httpRequest.XHROptions)
src/request/request.ts:9
↓ 1 callersMethod_findLyrics
()
src/lyrics/lyrics.ts:53
↓ 1 callersMethod_promiseGetState
()
src/spotify/osx-spotify-client.ts:123
↓ 1 callersMethod_promiseGetTrack
()
src/spotify/osx-spotify-client.ts:135
↓ 1 callersMethod_promiseIsRepeating
()
src/spotify/osx-spotify-client.ts:147
↓ 1 callersMethod_promiseIsRunning
()
src/spotify/osx-spotify-client.ts:111
↓ 1 callersMethod_promiseIsShuffling
()
src/spotify/osx-spotify-client.ts:159
↓ 1 callersMethodbindView
(view: vscode.TreeView<Track>)
src/components/tree-track.ts:68
↓ 1 callersFunctionconfigureHttpRequest
()
src/request/request.ts:4
↓ 1 callersFunctionconnectAlbumTreeView
(view: vscode.TreeView<Album>)
src/components/tree-albums.ts:9
↓ 1 callersFunctionconnectPlaylistTreeView
(view: vscode.TreeView<Playlist>)
src/components/tree-playlists.ts:9
↓ 1 callersFunctionconnectTrackTreeView
(view: vscode.TreeView<Track>)
src/components/tree-track.ts:16
↓ 1 callersFunctioncreateCommands
(sC: SpotifyClient)
src/commands.ts:10
↓ 1 callersFunctioncreateDisposableAuthSever
()
src/auth/server/local.ts:12
↓ 1 callersFunctioncreateDummyStorage
()
src/store/storage/vscode-storage.ts:20
↓ 1 callersFunctioncreateTrackTreeItem
(t: Track, playlistOrAlbum: Playlist | Album, trackIndex: number)
src/components/tree-track.ts:9
↓ 1 callersFunctioncreateVscodeStorage
(memento: Memento)
src/store/storage/vscode-storage.ts:3
↓ 1 callersMethodformattedTrackInfo
(track: ITrack)
src/components/spotify-status.ts:82
↓ 1 callersFunctiongetEnableLogs
()
src/config/spotify-config.ts:67
↓ 1 callersFunctiongetForceWebApiImplementation
()
src/config/spotify-config.ts:63
↓ 1 callersFunctiongetLyricsServerUrl
()
src/config/spotify-config.ts:43
↓ 1 callersMethodgetSpotifyClient
(queryStatus: QueryStatusFunction)
src/spotify/spotify-client.ts:12
↓ 1 callersMethodgetStatus
()
src/spotify/linux-spotify-client.ts:230
↓ 1 callersMethodgetStatus
()
src/spotify/osx-spotify-client.ts:86
↓ 1 callersFunctiongetStatusCheckInterval
()
src/config/spotify-config.ts:34
↓ 1 callersFunctiongetTrackInfoFormat
()
src/config/spotify-config.ts:59
↓ 1 callersMethodhideAll
* Hides all the buttons except auth buttons
src/components/spotify-controls.ts:170
↓ 1 callersFunctionisMuted
()
src/store/store.ts:55
↓ 1 callersMethodloadAlbums
(api?: Api)
src/actions/actions.ts:156
↓ 1 callersMethodloadPlaylists
(api?: Api)
src/actions/actions.ts:145
↓ 1 callersMethodmuteVolume
(currentVol?: ICurrentVol)
src/spotify/linux-spotify-client.ts:170
↓ 1 callersMethodmuteVolume
(api?: Api)
src/spotify/web-api-spotify-client.ts:123
↓ 1 callersMethodnext
()
src/spotify/common.ts:7
↓ 1 callersFunctionopenPanelLyrics
()
src/config/spotify-config.ts:55
↓ 1 callersMethodpause
()
src/spotify/common.ts:10
↓ 1 callersMethodpause
(api?: Api)
src/spotify/web-api-spotify-client.ts:49
↓ 1 callersMethodplay
()
src/spotify/common.ts:9
↓ 1 callersMethodplay
(api?: Api)
src/spotify/web-api-spotify-client.ts:42
↓ 1 callersMethodplayTrack
(offset: number, list: Playlist | Album, api?: Api)
src/actions/actions.ts:265
↓ 1 callersMethodpollStatus
(cb: (status: ISpotifyStatusStatePartial) => void, getInterval: () => number)
src/spotify/common.ts:19
↓ 1 callersMethodprevious
()
src/spotify/common.ts:8
↓ 1 callersMethodqueryStatus
()
src/spotify-status-controller.ts:26
↓ 1 callersMethodqueryStatusFunc
()
src/spotify/osx-spotify-client.ts:17
↓ 1 callersMethodrefresh
()
src/components/tree-albums.ts:54
↓ 1 callersMethodrefresh
()
src/components/tree-playlists.ts:54
↓ 1 callersMethodrefresh
()
src/components/tree-track.ts:76
↓ 1 callersFunctionregisterGlobalState
(memento: Memento)
src/config/spotify-config.ts:79
↓ 1 callersMethodrender
* Updates spotify status bar inside vscode
src/components/spotify-status.ts:26
↓ 1 callersMethodseekTo
(time: string, api?: Api)
src/actions/actions.ts:276
↓ 1 callersMethodselectAlbumAction
(album: Album)
src/actions/actions.ts:177
↓ 1 callersMethodselectCurrentTrack
()
src/actions/actions.ts:194
↓ 1 callersMethodshowHideAuthButtons
()
src/components/spotify-controls.ts:155
↓ 1 callersMethodtoggleRepeating
()
src/spotify/common.ts:17
↓ 1 callersMethodtoggleShuffling
()
src/spotify/common.ts:18
↓ 1 callersMethodunmuteVolume
(currentVol?: ICurrentVol)
src/spotify/linux-spotify-client.ts:178
↓ 1 callersMethodunmuteVolume
(api?: Api)
src/spotify/web-api-spotify-client.ts:133
↓ 1 callersMethodupdateDynamicButtons
* Updates dynamicText buttons
src/components/spotify-controls.ts:146
↓ 1 callersMethodvolumeDown
()
src/spotify/common.ts:16
next →1–100 of 193, ranked by callers