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

Function smudgeFilename

commands/command_smudge.go:171–176  ·  view source on GitHub ↗
(args []string)

Source from the content-addressed store, hash-verified

169}
170
171func smudgeFilename(args []string) string {
172 if len(args) > 0 {
173 return args[0]
174 }
175 return fmt.Sprintf("<%s>", tr.Tr.Get("unknown file"))
176}
177
178func possiblyMalformedObjectSize(n int64) bool {
179 return n >= 4*humanize.Gibibyte

Callers 1

smudgeCommandFunction · 0.85

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected