MCPcopy Index your code
hub / github.com/cubefs/cubefs / tempFileName

Function tempFileName

objectnode/util.go:137–139  ·  view source on GitHub ↗
(origin string)

Source from the content-addressed store, hash-verified

135}
136
137func tempFileName(origin string) string {
138 return "." + origin + tempFileNameSep + util.RandomString(16, util.LowerLetter|util.UpperLetter)
139}
140
141func formatSimpleTime(time time.Time) string {
142 return time.UTC().Format("2006-01-02T15:04:05")

Callers

nothing calls this directly

Calls 1

RandomStringFunction · 0.92

Tested by

no test coverage detected