MCPcopy
hub / github.com/zarf-dev/zarf / Report

FuncType Report

src/pkg/images/progress.go:22–22  ·  view source on GitHub ↗

Report defines a function to log progress

func(bytesRead, totalBytes int64)

Source from the content-addressed store, hash-verified

20
21// Report defines a function to log progress
22type Report func(bytesRead, totalBytes int64)
23
24// DefaultReport returns a default report function
25func DefaultReport(l *slog.Logger, msg string, imageName string) Report {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected