MCPcopy
hub / github.com/openimsdk/open-im-server / tempFilePath

Method tempFilePath

tools/url2im/pkg/manage.go:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (m *Manage) tempFilePath() string {
84 return filepath.Join(m.conf.TempDir, fmt.Sprintf("%s_%d", m.prefix, atomic.AddUint64(&m.id, 1)))
85}
86
87func (m *Manage) Run() error {
88 defer func(start time.Time) {

Callers 1

RunTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected