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

Method verify

packages/filesystem/baidu/baidu.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 async verify(): Promise<void> {
18 const token = await AuthVerify("baidu");
19 this.accessToken = token;
20 return this.list().then();
21 }
22
23 async open(file: FileInfo): Promise<FileReader> {
24 // 获取fsid

Callers

nothing calls this directly

Calls 2

listMethod · 0.95
AuthVerifyFunction · 0.90

Tested by

no test coverage detected