MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / s3.test.ts

File s3.test.ts

packages/filesystem/s3/s3.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach } from "vitest";
2import S3FileSystem from "./s3";
3import { S3Client, S3Error } from "./client";
4import type { FileInfo } from "../filesystem";

Callers

nothing calls this directly

Calls 13

fnMethod · 0.80
createMockClientFunction · 0.70
createMockResponseFunction · 0.70
verifyMethod · 0.65
openMethod · 0.65
readMethod · 0.65
createMethod · 0.65
writeMethod · 0.65
createDirMethod · 0.65
deleteMethod · 0.65
listMethod · 0.65
openDirMethod · 0.65

Tested by

no test coverage detected