MCPcopy
hub / github.com/kptdev/kpt / defaultPkgGetter

Struct defaultPkgGetter

internal/util/diff/diff.go:323–323  ·  view source on GitHub ↗

defaultPkgGetter uses get.Command abstraction to implement PkgGetter.

Source from the content-addressed store, hash-verified

321
322// defaultPkgGetter uses get.Command abstraction to implement PkgGetter.
323type defaultPkgGetter struct{}
324
325// GetPkg checks out a repository into a temporary directory for diffing
326// and returns the directory containing the checked out package or an error.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected