Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ verifyFolder
Function
verifyFolder
site/src/utils/tar.test.ts:62–65 ·
view source on GitHub ↗
(info: ITarFileInfo, expected: { name: string })
Source
from the content-addressed store, hash-verified
60
}
61
62
function
verifyFolder(info: ITarFileInfo, expected: { name: string }) {
63
expect(info.name).toEqual(expected.name);
64
expect(info.
type
).toEqual(TarFileTypeCodes.Dir);
65
}
Callers
1
tar.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected