MCPcopy 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
62function 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.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected