MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / Symlink

Method Symlink

config/os.go:29–29  ·  view source on GitHub ↗
(oldname string, newname string)

Source from the content-addressed store, hash-verified

27type OSInterface interface {
28 MkdirAll(path string, perm os.FileMode) error
29 Symlink(oldname string, newname string) error
30 Stat(path string) (os.FileInfo, error)
31 Remove(path string) error
32 RemoveAll(path string) error

Callers 2

SymlinkMethod · 0.65

Implementers 1

RealOSconfig/os.go

Calls

no outgoing calls

Tested by

no test coverage detected