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

Function TestTarFileBytes

archive/archivetest/archivetest.go:23–25  ·  view source on GitHub ↗

TestTarFileBytes returns the content of testdata/test.tar

()

Source from the content-addressed store, hash-verified

21
22// TestTarFileBytes returns the content of testdata/test.tar
23func TestTarFileBytes() []byte {
24 return append([]byte{}, testTarFileBytes...)
25}
26
27// TestZipFileBytes returns the content of testdata/test.zip
28func TestZipFileBytes() []byte {

Callers 3

TestDownloadFunction · 0.92
TestCreateTarFromZipFunction · 0.92
TestCreateZipFromTarFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected