MCPcopy
hub / github.com/kopia/kopia / formatCount

Function formatCount

notification/notifytemplate/embeddedtemplate.go:34–36  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

32}
33
34func formatCount(v int64) string {
35 return strconv.FormatInt(v, 10)
36}
37
38// functions is a map of functions that can be used in templates.
39func functions(opt Options) template.FuncMap {

Callers 1

functionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected