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

File webdav.test.ts

packages/filesystem/webdav/webdav.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 type { WebDAVClient } from "webdav";
3import { getPatcher } from "webdav";
4import WebDAVFileSystem from "./webdav";

Callers

nothing calls this directly

Calls 11

createTestFSFunction · 0.85
fromCredentialsMethod · 0.80
fromSameClientMethod · 0.80
createMockClientFunction · 0.70
verifyMethod · 0.65
openDirMethod · 0.65
createDirMethod · 0.65
deleteMethod · 0.65
createMethod · 0.65
listMethod · 0.65
getDirUrlMethod · 0.65

Tested by

no test coverage detected