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

Method listxattr

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

Source from the content-addressed store, hash-verified

658
659 @async_wrapper
660 def listxattr(self, inode, ctx=None):
661 item = self.get_item(inode)
662 return item.get("xattrs", {}).keys()
663
664 @async_wrapper
665 def getxattr(self, inode, name, ctx=None):

Callers

nothing calls this directly

Calls 3

get_itemMethod · 0.80
keysMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected