MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / verify

Method verify

packages/filesystem/dropbox/dropbox.ts:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 async verify(): Promise<void> {
27 const token = await AuthVerify("dropbox");
28 this.accessToken = token;
29 return this.list().then();
30 }
31
32 open(file: FileInfo): Promise<FileReader> {
33 return Promise.resolve(new DropboxFileReader(this, file));

Callers

nothing calls this directly

Calls 2

listMethod · 0.95
AuthVerifyFunction · 0.90

Tested by

no test coverage detected