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

Method testConnection

packages/core/src/sync/webdav-backend.ts:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 async testConnection(): Promise<boolean> {
67 await this.client.testConnection();
68 await this.ensureDirectories();
69 return true;
70 }
71
72 async ensureDirectories(): Promise<void> {
73 if (this.directoriesEnsured) return;

Callers

nothing calls this directly

Calls 2

ensureDirectoriesMethod · 0.95
testConnectionMethod · 0.65

Tested by

no test coverage detected