MCPcopy Create free account

hub / github.com/boreq/eggplant / functions

Functions1,634 in github.com/boreq/eggplant

↓ 2 callersMethodGetTrackDurationWithResponse
GetTrackDurationWithResponse request
backend/adapters/openapi/openapi.gen.go:2390
↓ 2 callersMethodHealthcheck
(ctx context.Context, address remotedomain.RemoteInstanceAddress, authToken remotedomain.AuthToken)
backend/application/remote/remote.go:44
↓ 2 callersMethodIsZero
()
backend/domain/remote/healthcheck.go:29
↓ 2 callersMethodKeepAliveStream
KeepAliveStream request
backend/adapters/openapi/openapi.gen.go:537
↓ 2 callersMethodKeepAliveStream
(ctx context.Context, instanceId remote.RemoteInstanceID, trackId music.TrackId, streamId music.StreamId)
backend/application/music/music.go:120
↓ 2 callersMethodListRemotesWithResponse
ListRemotesWithResponse request
backend/adapters/openapi/openapi.gen.go:2347
↓ 2 callersMethodLoginWithResponse
(ctx context.Context, body LoginJSONRequestBody, reqEditors ...RequestEditorFn)
backend/adapters/openapi/openapi.gen.go:2316
↓ 2 callersFunctionNewAddRemoteRequestWithBody
NewAddRemoteRequestWithBody generates requests for AddRemote with any type of body
backend/adapters/openapi/openapi.gen.go:1431
↓ 2 callersFunctionNewLoginRequestWithBody
NewLoginRequestWithBody generates requests for Login with any type of body
backend/adapters/openapi/openapi.gen.go:1108
↓ 2 callersFunctionNewNumberAndTitle
(number *music.TrackNumber, title music.TrackTitle)
backend/domain/music/titleparser/titleparser.go:17
↓ 2 callersFunctionNewRegisterInitialRequestWithBody
NewRegisterInitialRequestWithBody generates requests for RegisterInitial with any type of body
backend/adapters/openapi/openapi.gen.go:1215
↓ 2 callersFunctionNewRegisterRequestWithBody
NewRegisterRequestWithBody generates requests for Register with any type of body
backend/adapters/openapi/openapi.gen.go:1175
↓ 2 callersFunctionNewSetRemoteAuthTokenRequestWithBody
NewSetRemoteAuthTokenRequestWithBody generates requests for SetRemoteAuthToken with any type of body
backend/adapters/openapi/openapi.gen.go:1041
↓ 2 callersFunctionNewSetRemotePairingTokenRequestWithBody
NewSetRemotePairingTokenRequestWithBody generates requests for SetRemotePairingToken with any type of body
backend/adapters/openapi/openapi.gen.go:1512
↓ 2 callersFunctionNewTrackWithAlbum
(track music.Track, album music.PartialAlbum)
backend/domain/music/library/search.go:112
↓ 2 callersFunctionNewTracks
(tracks []Track)
backend/domain/music/tracks.go:12
↓ 2 callersMethodOutputFile
(id string)
backend/adapters/music/thumbnails/thumbnails.go:89
↓ 2 callersFunctionParseAddRemoteResponse
ParseAddRemoteResponse parses an HTTP response from a AddRemoteWithResponse call
backend/adapters/openapi/openapi.gen.go:4210
↓ 2 callersFunctionParseLoginResponse
ParseLoginResponse parses an HTTP response from a LoginWithResponse call
backend/adapters/openapi/openapi.gen.go:3845
↓ 2 callersFunctionParseRegisterInitialResponse
ParseRegisterInitialResponse parses an HTTP response from a RegisterInitialWithResponse call
backend/adapters/openapi/openapi.gen.go:3958
↓ 2 callersFunctionParseRegisterResponse
ParseRegisterResponse parses an HTTP response from a RegisterWithResponse call
backend/adapters/openapi/openapi.gen.go:3918
↓ 2 callersFunctionParseSetRemoteAuthTokenResponse
ParseSetRemoteAuthTokenResponse parses an HTTP response from a SetRemoteAuthTokenWithResponse call
backend/adapters/openapi/openapi.gen.go:3772
↓ 2 callersFunctionParseSetRemotePairingTokenResponse
ParseSetRemotePairingTokenResponse parses an HTTP response from a SetRemotePairingTokenWithResponse call
backend/adapters/openapi/openapi.gen.go:4297
↓ 2 callersMethodPlaylistType
()
backend/domain/music/hls/playlist.go:63
↓ 2 callersMethodProvide
(tx *bolt.Tx)
backend/adapters/remote/transaction.go:10
↓ 2 callersMethodProxy
Proxy forwards the request to <instance>/api/track<suffix>. The suffix is the catch-all part of the local route and already starts with a slash, e.g.
backend/adapters/remote/remote_stream_proxy.go:29
↓ 2 callersMethodRecordEvent
(event Event)
backend/domain/remote/event_recorder.go:11
↓ 2 callersMethodScan
()
backend/adapters/music/scanner/scanner.go:74
↓ 2 callersMethodSearch
Search request
backend/adapters/openapi/openapi.gen.go:516
↓ 2 callersMethodSearchWithResponse
SearchWithResponse request
backend/adapters/openapi/openapi.gen.go:2381
↓ 2 callersMethodServeHTTP
(rw http.ResponseWriter, req *http.Request)
backend/entrypoints/http/handler.go:97
↓ 2 callersFunctionSetAuthToken
(r *http.Request, token remotedomain.AuthToken)
backend/adapters/remote/auth_header.go:13
↓ 2 callersMethodSetRemotePairingTokenWithResponse
(ctx context.Context, id RemoteInstanceId, body SetRemotePairingTokenJSONRequestBody, reqEditors ...RequestEdi
backend/adapters/openapi/openapi.gen.go:2360
↓ 2 callersMethodStartTrackStream
StartTrackStream request
backend/adapters/openapi/openapi.gen.go:528
↓ 2 callersMethodStartTrackStreamWithResponse
StartTrackStreamWithResponse request
backend/adapters/openapi/openapi.gen.go:2393
↓ 2 callersMethodString
()
backend/domain/music/album.go:178
↓ 2 callersMethodString
()
backend/domain/music/id.go:37
↓ 2 callersMethodThumbnailFile
()
backend/domain/music/scanner/scanner.go:81
↓ 2 callersMethodToken
()
backend/domain/auth/session.go:17
↓ 2 callersMethodURI
()
backend/domain/music/hls/playlist.go:107
↓ 2 callersMethodaddAlbum
(a music.PartialAlbum, dist int)
backend/domain/music/library/search.go:161
↓ 2 callersMethodanyAlbumSongIsCurrentlyNowPlaying
()
frontend/src/views/Browse.ts:320
↓ 2 callersMethodbuild
()
backend/domain/music/library/search.go:177
↓ 2 callersMethodbuildAlbums
(parents []music.AlbumId, src map[music.AlbumTitle]scannerdomain.FoundAlbum)
backend/application/music/handler_load_library.go:96
↓ 2 callersFunctionbuildChildren
(albums []Album, parentVis Visibility, ctx AccessContext)
backend/domain/music/library/library.go:240
↓ 2 callersMethodbuildThumbnail
(file *music.FilePath, parents []music.AlbumId)
backend/application/music/handler_load_library.go:178
↓ 2 callersFunctionbuildTracks
(t *testing.T, src []testTrack)
backend/adapters/music/scanner/scanner_test.go:350
↓ 2 callersMethodbuildTracks
(parents []music.AlbumId, src map[music.TrackTitle]scannerdomain.FoundTrack)
backend/application/music/handler_load_library.go:143
↓ 2 callersMethodclearTimeout
()
frontend/src/components/Search.ts:146
↓ 2 callersMethodclearToken
()
frontend/src/services/AuthService.ts:11
↓ 2 callersMethodclose
()
frontend/src/components/Dropdown.ts:34
↓ 2 callersMethodduration
(a: Date, b: Date)
frontend/src/components/Notifications.ts:64
↓ 2 callersMethodemitValue
(event: MouseEvent)
frontend/src/components/ProgressBar.ts:44
↓ 2 callersMethodemitValue
(event: MouseEvent)
frontend/src/components/VerticalProgressBar.ts:44
↓ 2 callersMethodescapeToBrowse
()
frontend/src/views/Register.ts:71
↓ 2 callersMethodescapeToBrowse
()
frontend/src/views/Login.ts:65
↓ 2 callersMethodescapeToBrowse
()
frontend/src/views/Settings.ts:45
↓ 2 callersFunctionexpectOK
(statusCode int, body []byte)
backend/adapters/remote/remote_client.go:242
↓ 2 callersFunctionextractFields
(fl *ast.FieldList, fallbackPrefix string)
backend/internal/cmd/genhandlers/main.go:215
↓ 2 callersMethodfindBy
(predicate func(remoteInstanceDTO) bool)
backend/adapters/remote/repository_remote_instances.go:95
↓ 2 callersMethodfragmentPathInDir
(dir string, n musicdomain.FragmentId)
backend/adapters/music/tracks/converter.go:500
↓ 2 callersMethodfulfil
(fileId musicdomain.FileId, result *durationResult, d musicdomain.TrackDuration, err error)
backend/adapters/music/tracks/durations.go:132
↓ 2 callersMethodgetFile
(id string)
backend/adapters/music/thumbnails/store.go:178
↓ 2 callersMethodgetIdFromRoute
()
frontend/src/views/Browse.ts:376
↓ 2 callersFunctiongetRandomInt
(min, max)
frontend/src/store.ts:201
↓ 2 callersMethodhandleBrowseError
(err error)
backend/entrypoints/http/handler.go:158
↓ 2 callersMethodhashed
()
backend/domain/remote/tokens.go:123
↓ 2 callersMethodhumanize
(bytes: number)
frontend/src/components/ThumbnailStats.ts:20
↓ 2 callersMethodhumanize
(bytes: number)
frontend/src/components/TrackStats.ts:20
↓ 2 callersFunctionincDist
(d *int)
backend/domain/music/library/search.go:124
↓ 2 callersMethodinitPathInDir
(dir string)
backend/adapters/music/tracks/converter.go:496
↓ 2 callersFunctionisSeparator
(r rune)
backend/domain/music/titleparser/titleparser.go:122
↓ 2 callersMethodload
()
frontend/src/views/Browse.ts:334
↓ 2 callersMethodloadVisibility
(file *music.FilePath)
backend/application/music/handler_load_library.go:204
↓ 2 callersFunctionmakeHandler
()
backend/entrypoints/http/cache_test.go:32
↓ 2 callersFunctionmkThumb
(t *testing.T, filename string)
backend/domain/music/library/library_test.go:640
↓ 2 callersFunctionmkTracks
(t *testing.T, titles []string)
backend/domain/music/tracks_test.go:175
↓ 2 callersFunctionmustRemoteInstanceID
(t *testing.T, s string)
backend/internal/componenttest/remote_test.go:100
↓ 2 callersFunctionnewAdminAuthCtx
(t *testing.T, a *auth.Auth, username authdomain.Username, password authdomain.Password)
backend/internal/componenttest/auth_test.go:617
↓ 2 callersFunctionnewAlbum
(id AlbumId, title AlbumTitle, thumbnail *Thumbnail, parents []PartialAlbum, albums []PartialAlbum, tracks []T
backend/domain/music/album.go:67
↓ 2 callersFunctionnewAlbum
()
backend/adapters/music/scanner/scanner.go:269
↓ 2 callersFunctionnewFileId
(t *testing.T, path string)
backend/adapters/music/tracks/durations_test.go:87
↓ 2 callersFunctionnewHashedTokenFromBytes
(b []byte)
backend/domain/remote/tokens.go:132
↓ 2 callersFunctionnewMusicHandlerLogger
()
backend/internal/wire/inject_application.go:15
↓ 2 callersFunctionnewQueryRepositoriesProvider
()
backend/internal/wire/inject_application.go:124
↓ 2 callersFunctionnewRemoteRepositoriesProvider
()
backend/internal/wire/inject_remote.go:55
↓ 2 callersFunctionnewScanner
(conf *config.Config, scannerConf scanner.Config)
backend/internal/wire/inject_music.go:41
↓ 2 callersFunctionnewScannerConfig
(conf *config.Config)
backend/internal/wire/inject_music.go:74
↓ 2 callersFunctionnewSearchBuilder
()
backend/domain/music/library/search.go:154
↓ 2 callersFunctionnewThumbnailStore
(ctx context.Context, conf *config.Config)
backend/internal/wire/inject_music.go:66
↓ 2 callersFunctionnewToken
(numBytes int)
backend/domain/remote/tokens.go:104
↓ 2 callersFunctionnewTokenFromBytes
(b []byte)
backend/domain/remote/tokens.go:112
↓ 2 callersFunctionnewTrackStore
(ctx context.Context, conf *config.Config)
backend/internal/wire/inject_music.go:58
↓ 2 callersFunctionnewTrackStoreItem
(t *testing.T, path string)
backend/adapters/music/tracks/converter_stats_test.go:41
↓ 2 callersFunctionnowPlaying
(state: State)
frontend/src/store.ts:190
↓ 2 callersFunctionparsePairingToken
(s string)
backend/entrypoints/http/remote.go:518
↓ 2 callersFunctionparseSeekParam
(s string)
backend/entrypoints/http/handler.go:247
↓ 2 callersMethodpaused
()
frontend/src/views/Browse.ts:316
↓ 2 callersFunctionptr
(v int)
backend/domain/music/library/search.go:131
↓ 2 callersFunctionqualifiersUsed
(e ast.Expr)
backend/internal/cmd/genhandlers/main.go:186
← previousnext →201–300 of 1,634, ranked by callers