MCPcopy Create free account

hub / github.com/acherkashin/yandex-music-extension / functions

Functions545 in github.com/acherkashin/yandex-music-extension

↓ 23 callersFunctionerrorLogger
(callback: LogFunc<TResult, Params>, logPrefix = '')
src/logging/ErrorLogger.ts:7
↓ 15 callersMethoderror
(message: string)
src/logging/TraceSource.ts:60
↓ 13 callersFunctiongetThemeIcon
(iconFileName: string)
src/utils/iconUtils.ts:7
↓ 12 callersMethodinfo
(message: string)
src/logging/TraceSource.ts:66
↓ 11 callersMethodon
* Emitted when Chrome's accessibility support changes. This event fires when * assistive technologies, such as screen readers, are enabled or dis
src/typings/electron.d.ts:28
↓ 11 callersFunctionrefreshExplorer
()
src/extension.ts:44
↓ 9 callersMethodhide
* Hides all application windows without minimizing them. * * @platform darwin
src/typings/electron.d.ts:1047
↓ 8 callersMethodshow
* Shows application windows after they were hidden. Does not automatically focus * them. * * @platform darwin
src/typings/electron.d.ts:1426
↓ 7 callersMethodsaveTrackPlaylist
(playListId: string | number, tracks: Track[])
src/store.ts:402
↓ 7 callersMethodsend
* Send an asynchronous message to renderer process via `channel`, you can also * send arbitrary arguments. The renderer process can handle the me
src/typings/electron.d.ts:12791
↓ 7 callersMethodtraceEvent
(eventType: TraceEventType, id: string, message: string)
src/logging/TraceSource.ts:48
↓ 6 callersMethodsetActionHandler
(action: MediaSessionAction, listener: (() => void) | null)
src/typings/mediaSession.ts:25
↓ 5 callersFunctiongetCoverUri
(uriTemplate: string, size: CoverSize)
src/YandexMusicApi/ApiUtils.ts:47
↓ 5 callersFunctiongetExtensionPath
()
src/utils/extensionUtils.ts:7
↓ 4 callersFunctiongetArtists
(track: Track)
src/YandexMusicApi/ApiUtils.ts:23
↓ 4 callersMethodgetLandingBlock
(type: string)
src/store.ts:142
↓ 4 callersMethodgetTracks
(userId: number, playListId: number)
src/store.ts:174
↓ 4 callersFunctionlogError
(ex: any, logPrefix = '')
src/logging/ErrorLogger.ts:19
↓ 4 callersMethodplay
(track?: { itemId: string; playListId: string })
src/store.ts:231
↓ 3 callersFunctioncreateAlbumTrackId
(track: { id: string | number, albumId: string | number })
src/YandexMusicApi/ApiUtils.ts:10
↓ 3 callersMethodgetByIndex
(index: number)
src/players/RadioPlaylist.ts:12
↓ 3 callersFunctiongetChildren
(store: Store, element?: vscode.TreeItem)
src/tree/childrenLoader.ts:9
↓ 3 callersMethodinit
(authData?: IYandexMusicAuthData)
src/store.ts:101
↓ 3 callersMethodinternalPlay
* Plays track in current playlist by index * * @param index Song index of current playList
src/store.ts:343
↓ 3 callersMethodisLikedTrack
(id: string, trackType: string)
src/store.ts:312
↓ 3 callersMethodrefresh
(item?: vscode.TreeItem)
src/tree/chartTree.ts:11
↓ 3 callersMethodrewind
(seconds: number)
src/electron/index.ts:60
↓ 3 callersMethodtoggleLikeTrack
(track: Track)
src/store.ts:255
↓ 2 callersMethodaddEventListener
* Fired when a load has committed. This includes navigation within the current * document as well as subframe document-level loads, but does not
src/typings/electron.d.ts:12356
↓ 2 callersMethoddelete
* Executes editing command `delete` in page.
src/typings/electron.d.ts:12604
↓ 2 callersMethoddispose
()
src/store.ts:415
↓ 2 callersFunctionexposeTracks
(tracks: TrackItem[])
src/YandexMusicApi/ApiUtils.ts:35
↓ 2 callersMethodgetChart
()
src/store.ts:153
↓ 2 callersFunctiongetElectronFileName
()
src/utils/extensionUtils.ts:19
↓ 2 callersMethodgetLikedTracksInternal
(playlistId: string)
src/store.ts:198
↓ 2 callersMethodgetTrackUrl
(trackId: string)
src/YandexMusicApi/YandexMusicApi.ts:79
↓ 2 callersMethodgetUserPlaylists
()
src/YandexMusicApi/YandexMusicApi.ts:108
↓ 2 callersMethodhas
* Whether the clipboard supports the specified `format`. * * @experimental
src/typings/electron.d.ts:3505
↓ 2 callersMethodinvalidateRewindTime
()
src/settings.ts:139
↓ 2 callersMethodisAuthorized
()
src/store.ts:54
↓ 2 callersMethodisAuthorized
()
src/YandexMusicApi/YandexMusicApi.ts:24
↓ 2 callersMethodisLikedCurrentTrack
()
src/store.ts:329
↓ 2 callersMethodloadNextBatch
()
src/players/RadioPlaylist.ts:20
↓ 2 callersMethodnext
(reason: 'skip' | 'track-finished')
src/store.ts:288
↓ 2 callersMethodopenDevTools
* Opens a DevTools window for guest page.
src/typings/electron.d.ts:12734
↓ 2 callersMethodpause
()
src/electron/index.ts:65
↓ 2 callersMethodplay
(payload)
src/electron/index.ts:34
↓ 2 callersMethodplayNextTrack
(reason: 'skip' | 'track-finished')
src/electron/index.ts:83
↓ 2 callersMethodprev
()
src/store.ts:300
↓ 2 callersMethodrefreshLikedTracks
()
src/store.ts:210
↓ 2 callersMethodreplace
* Executes editing command `replace` in page.
src/typings/electron.d.ts:12775
↓ 2 callersMethodrewind
(sec: number)
src/store.ts:284
↓ 2 callersFunctionshowPlaylistNameBox
(playlistName: string = '')
src/inputs.ts:59
↓ 2 callersMethodskipTrack
(track: Track, radioId: string, batchId: string, totalPlayedSeconds: number)
src/YandexMusicApi/YandexMusicApi.ts:264
↓ 2 callersMethodupdate
(isPlaying: boolean)
src/statusbar/playerBarItem.ts:90
↓ 1 callersMethodaddOutputChannel
()
src/logging/OutputTraceListener.ts:21
↓ 1 callersMethodaddTraceListener
(listener: TraceListener)
src/logging/TraceSource.ts:41
↓ 1 callersMethodaddTrackToPlaylist
(playlist: Playlist, track: Track)
src/YandexMusicApi/YandexMusicApi.ts:193
↓ 1 callersMethodclearSearchResult
()
src/store.ts:137
↓ 1 callersFunctioncreateAlbumsItem
()
src/tree/searchTree.ts:81
↓ 1 callersFunctioncreateArtistsItem
()
src/tree/searchTree.ts:95
↓ 1 callersFunctioncreatePlayListsItem
()
src/tree/searchTree.ts:88
↓ 1 callersFunctioncreatePlaylist
()
src/extension.ts:78
↓ 1 callersMethodcreatePlaylist
(name: string)
src/YandexMusicApi/YandexMusicApi.ts:257
↓ 1 callersMethodcreateStartOptions
()
src/players/electronPlayer.ts:105
↓ 1 callersFunctioncreateTrackAlbumIds
(tracks: { id: string | number, albumId: string | number }[])
src/YandexMusicApi/ApiUtils.ts:3
↓ 1 callersFunctioncreateTracksItem
()
src/tree/searchTree.ts:74
↓ 1 callersMethoddeletePlaylist
(playListKind: number)
src/YandexMusicApi/YandexMusicApi.ts:253
↓ 1 callersMethoddispose
()
src/players/electronPlayer.ts:101
↓ 1 callersMethoddoSearch
(searchText: string)
src/store.ts:118
↓ 1 callersFunctiondownloadElectron
()
src/electron/downloadElectron.ts:72
↓ 1 callersMethoddownloadTrack
(track: Track)
src/store.ts:333
↓ 1 callersMethodexit
* Exits immediately with `exitCode`. `exitCode` defaults to 0. * * All windows will be closed immediately without asking the user, and the
src/typings/electron.d.ts:788
↓ 1 callersMethodexposeInMainWorld
(apiKey: string, api: any)
src/typings/electron.d.ts:3710
↓ 1 callersFunctionextractElectron
(zipPath: string | null)
src/electron/downloadElectron.ts:37
↓ 1 callersMethodfinishPlayAudio
(playId: string, track: Track, radioId?: string, batchId?: string)
src/YandexMusicApi/YandexMusicApi.ts:309
↓ 1 callersMethodformatEvent
(time: Date | null, source: string, eventType: TraceEventType, id: string, message: string)
src/logging/TraceSource.ts:94
↓ 1 callersFunctiongeneratePlayId
()
src/YandexMusicApi/ApiUtils.ts:78
↓ 1 callersMethodgetActualPodcasts
()
src/YandexMusicApi/YandexMusicApi.ts:99
↓ 1 callersMethodgetAlbumTracks
(albumId: number)
src/YandexMusicApi/YandexMusicApi.ts:151
↓ 1 callersFunctiongetAlbums
(track: Track)
src/YandexMusicApi/ApiUtils.ts:27
↓ 1 callersMethodgetArtistTracks
(artistId: string)
src/YandexMusicApi/YandexMusicApi.ts:144
↓ 1 callersMethodgetAuthData
()
src/settings.ts:34
↓ 1 callersMethodgetById
(trackId: string)
src/players/TracksPlaylist.ts:11
↓ 1 callersMethodgetChartTracks
()
src/YandexMusicApi/YandexMusicApi.ts:158
↓ 1 callersFunctiongetElectronAppPath
()
src/utils/extensionUtils.ts:15
↓ 1 callersMethodgetGeneratedPlayLists
()
src/store.ts:146
↓ 1 callersMethodgetLandingBlocks
()
src/YandexMusicApi/YandexMusicApi.ts:130
↓ 1 callersMethodgetLikeTooltip
()
src/statusbar/playerBarItem.ts:100
↓ 1 callersMethodgetLikeTrackColor
()
src/statusbar/playerBarItem.ts:106
↓ 1 callersMethodgetLikedPodcasts
()
src/store.ts:194
↓ 1 callersMethodgetLikedTracks
()
src/store.ts:190
↓ 1 callersMethodgetLikedTracks
()
src/YandexMusicApi/YandexMusicApi.ts:136
↓ 1 callersMethodgetNewPlayLists
()
src/YandexMusicApi/YandexMusicApi.ts:91
↓ 1 callersMethodgetNewReleases
()
src/YandexMusicApi/YandexMusicApi.ts:83
↓ 1 callersFunctiongetPlayListIcon
(playList: Playlist)
src/utils/iconUtils.ts:18
↓ 1 callersFunctiongetPlayListsIds
(playLists: NewPlaylistItem[])
src/YandexMusicApi/ApiUtils.ts:19
↓ 1 callersFunctiongetPlayListsNodes
(store: Store)
src/tree/playListTree.ts:32
↓ 1 callersMethodgetPlaylistTracks
(userId: number, playListId: number)
src/YandexMusicApi/YandexMusicApi.ts:170
↓ 1 callersMethodgetRadioTracks
(radioId: string)
src/YandexMusicApi/YandexMusicApi.ts:177
next →1–100 of 545, ranked by callers