MCPcopy Index your code
hub / github.com/cloudfoundry/cli / ReadArchive

Method ReadArchive

actor/v7pushaction/shared_actor.go:15–15  ·  view source on GitHub ↗
(archivePath string)

Source from the content-addressed store, hash-verified

13 GatherArchiveResources(archivePath string) ([]sharedaction.Resource, error)
14 GatherDirectoryResources(sourceDir string) ([]sharedaction.Resource, error)
15 ReadArchive(archivePath string) (io.ReadCloser, int64, error)
16 ZipArchiveResources(sourceArchivePath string, filesToInclude []sharedaction.Resource) (string, error)
17 ZipDirectoryResources(sourceDir string, filesToInclude []sharedaction.Resource) (string, error)
18}

Callers 3

resource_test.goFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected