Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ client.test.ts
File
client.test.ts
packages/filesystem/s3/client.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach, afterEach } from
"vitest"
;
2
import
{ S3Client, S3Error } from
"./client"
;
3
import
type
{ S3ClientConfig } from
"./client"
;
4
Callers
nothing calls this directly
Calls
6
getEndpointUrl
Method · 0.80
hasCustomEndpoint
Method · 0.80
isForcePathStyle
Method · 0.80
getRegion
Method · 0.80
fn
Method · 0.80
request
Method · 0.45
Tested by
no test coverage detected