MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getEndpointUrl

Method getEndpointUrl

packages/filesystem/s3/client.ts:326–328  ·  view source on GitHub ↗

获取 endpoint URL

()

Source from the content-addressed store, hash-verified

324
325 /** 获取 endpoint URL */
326 getEndpointUrl(): string {
327 return this.parsedEndpoint.origin;
328 }
329
330 /** 是否使用了自定义 endpoint */
331 hasCustomEndpoint(): boolean {

Callers 2

getDirUrlMethod · 0.80
client.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected