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

Method verify

packages/filesystem/onedrive/onedrive.ts:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 async verify(): Promise<void> {
19 const token = await AuthVerify("onedrive");
20 this.accessToken = token;
21 return this.list().then();
22 }
23
24 async open(file: FileInfo): Promise<FileReader> {
25 return new OneDriveFileReader(this, file);

Callers

nothing calls this directly

Calls 2

listMethod · 0.95
AuthVerifyFunction · 0.90

Tested by

no test coverage detected