MCPcopy
hub / github.com/kopia/kopia / localFS

Struct localFS

repo/content/write_temp_file.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type localFS struct{}
27
28func (l localFS) CreateTemp(dir, pattern string) (file, error) {
29 return os.CreateTemp(dir, pattern) //nolint:wrapcheck

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected