MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / Symlink

Method Symlink

internal/fuse/fs.go:50–53  ·  view source on GitHub ↗
(target string, newpath string)

Source from the content-addressed store, hash-verified

48}
49
50func (fs *Fs) Symlink(target string, newpath string) int {
51 //TODO implement me
52 panic("implement me")
53}
54
55func (fs *Fs) Readlink(path string) (int, string) {
56 //TODO implement me

Callers 2

copySymlinkMethod · 0.80
SymlinkOrCopyFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected