Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
type
localFS
struct
{}
27
28
func
(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