Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ describe, it, expect, vi, beforeEach } from
"vitest"
;
2
import
type
{ WebDAVClient } from
"webdav"
;
3
import
{ getPatcher } from
"webdav"
;
4
import
WebDAVFileSystem from
"./webdav"
;
Callers
nothing calls this directly
Calls
11
createTestFS
Function · 0.85
fromCredentials
Method · 0.80
fromSameClient
Method · 0.80
createMockClient
Function · 0.70
verify
Method · 0.65
openDir
Method · 0.65
createDir
Method · 0.65
delete
Method · 0.65
create
Method · 0.65
list
Method · 0.65
getDirUrl
Method · 0.65
Tested by
no test coverage detected