MCPcopy
hub / github.com/rclone/rclone / isConnected

Method isConnected

backend/cache/plex.go:238–242  ·  view source on GitHub ↗

isConnected checks if this rclone is authenticated to Plex

()

Source from the content-addressed store, hash-verified

236
237// isConnected checks if this rclone is authenticated to Plex
238func (p *plexConnector) isConnected() bool {
239 p.runningMu.Lock()
240 defer p.runningMu.Unlock()
241 return p.running
242}
243
244// isConfigured checks if this rclone is configured to use a Plex server
245func (p *plexConnector) isConfigured() bool {

Callers 3

listenWebsocketMethod · 0.95
isPlayingMethod · 0.95
startReadWorkersMethod · 0.80

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected