MCPcopy Index your code
hub / github.com/coder/coder / TestZipFileBytes

Function TestZipFileBytes

archive/archivetest/archivetest.go:28–30  ·  view source on GitHub ↗

TestZipFileBytes returns the content of testdata/test.zip

()

Source from the content-addressed store, hash-verified

26
27// TestZipFileBytes returns the content of testdata/test.zip
28func TestZipFileBytes() []byte {
29 return append([]byte{}, testZipFileBytes...)
30}
31
32// AssertSampleTarfile compares the content of tarBytes against testdata/test.tar.
33func AssertSampleTarFile(t *testing.T, tarBytes []byte) {

Callers 3

TestPostFilesFunction · 0.92
TestDownloadFunction · 0.92
TestCreateTarFromZipFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected