MCPcopy
hub / github.com/git-lfs/git-lfs / printProgress

Function printProgress

commands/command_fetch.go:71–75  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

69}
70
71func printProgress(format string, args ...interface{}) {
72 // TODO: Adjust all our commands to use a common function to output
73 // progress messages to stderr, following Git's model.
74 Error(format, args...)
75}
76
77func getIncludeExcludeArgs(cmd *cobra.Command) (include, exclude *string) {
78 includeFlag := cmd.Flag("include")

Callers 4

registerTransferMethod · 0.85
fetchCommandFunction · 0.85
fetchRecentFunction · 0.85
fetchAllFunction · 0.85

Calls 1

ErrorFunction · 0.85

Tested by

no test coverage detected