Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
func
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.
39
func
functions(opt Options) template.FuncMap {
Callers
1
functions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected