MCPcopy
hub / github.com/sipeed/picoclaw / TempDir

Function TempDir

pkg/media/tempdir.go:11–13  ·  view source on GitHub ↗

TempDir returns the shared temporary directory used for downloaded media.

()

Source from the content-addressed store, hash-verified

9
10// TempDir returns the shared temporary directory used for downloaded media.
11func TempDir() string {
12 return filepath.Join(os.TempDir(), TempDirName)
13}

Calls

no outgoing calls