MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / limiter.test.ts

File limiter.test.ts

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

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, vi } from "vitest";
2import type FileSystem from "./filesystem";
3import type { FileInfo, FileReader, FileWriter } from "./filesystem";
4import LimiterFileSystem from "./limiter";

Callers

nothing calls this directly

Calls 12

fnMethod · 0.80
createFsFunction · 0.70
listMethod · 0.65
verifyMethod · 0.65
openMethod · 0.65
openDirMethod · 0.65
getDirUrlMethod · 0.65
createMethod · 0.65
createDirMethod · 0.65
deleteMethod · 0.65
writeMethod · 0.65
readMethod · 0.65

Tested by

no test coverage detected