MCPcopy
hub / github.com/rclone/rclone / isConfigured

Method isConfigured

backend/cache/plex.go:245–247  ·  view source on GitHub ↗

isConfigured checks if this rclone is configured to use a Plex server

()

Source from the content-addressed store, hash-verified

243
244// isConfigured checks if this rclone is configured to use a Plex server
245func (p *plexConnector) isConfigured() bool {
246 return p.url != nil
247}
248
249func (p *plexConnector) isPlaying(co *Object) bool {
250 var err error

Callers 2

startReadWorkersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected