MCPcopy Index your code
hub / github.com/devspace-sh/devspace / WrittenFiles

Method WrittenFiles

pkg/devspace/sync/tar.go:210–212  ·  view source on GitHub ↗

WrittenFiles returns the written files by the archiver

()

Source from the content-addressed store, hash-verified

208
209// WrittenFiles returns the written files by the archiver
210func (a *Archiver) WrittenFiles() map[string]*FileInformation {
211 return a.writtenFiles
212}
213
214// AddToArchive adds a new path to the archive
215func (a *Archiver) AddToArchive(relativePath string) error {

Callers 1

applyCreatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected