Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ hasCustomEndpoint
Method
hasCustomEndpoint
packages/filesystem/s3/client.ts:331–333 ·
view source on GitHub ↗
是否使用了自定义 endpoint
()
Source
from the content-addressed store, hash-verified
329
330
/** 是否使用了自定义 endpoint */
331
hasCustomEndpoint(): boolean {
332
return
this.customEndpoint;
333
}
334
335
/** 获取 region */
336
getRegion(): string {
Callers
2
getDirUrl
Method · 0.80
client.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected