MCPcopy
hub / github.com/borgbackup/borg / readlink

Method readlink

src/borg/fuse.py:768–770  ·  view source on GitHub ↗
(self, inode, ctx=None)

Source from the content-addressed store, hash-verified

766
767 @async_wrapper
768 def readlink(self, inode, ctx=None):
769 item = self.get_item(inode)
770 return os.fsencode(item.target)

Callers

nothing calls this directly

Calls 1

get_itemMethod · 0.80

Tested by

no test coverage detected