MCPcopy
hub / github.com/codedogQBY/ReadAny / testConnection

Method testConnection

packages/core/src/sync/sync-backend.ts:24–24  ·  view source on GitHub ↗

Test if the backend is reachable and credentials are valid

()

Source from the content-addressed store, hash-verified

22
23 /** Test if the backend is reachable and credentials are valid */
24 testConnection(): Promise<boolean>;
25
26 /** Ensure the remote directory structure exists */
27 ensureDirectories(): Promise<void>;

Callers 5

LanSectionFunction · 0.65
sync-store.tsFile · 0.65
testConnectionMethod · 0.65
LANSyncDialogFunction · 0.65

Implementers 5

WebDavBackendpackages/core/src/sync/webdav-backend.
S3Backendpackages/core/src/sync/s3-backend.ts
LocalFsBackendpackages/core/src/sync/lan-server.ts
LANBackendpackages/core/src/sync/lan-backend.ts
MemoryBackendpackages/core/src/sync/__tests__/simpl

Calls

no outgoing calls

Tested by

no test coverage detected