MCPcopy Index your code
hub / github.com/secdev/scapy / get_complete

Method get_complete

scapy/layers/smbclient.py:1685–1691  ·  view source on GitHub ↗

Auto-complete get

(self, file)

Source from the content-addressed store, hash-verified

1683
1684 @CLIUtil.addcomplete(get)
1685 def get_complete(self, file):
1686 """
1687 Auto-complete get
1688 """
1689 if self._require_share(silent=True):
1690 return []
1691 return self._fs_complete(file)
1692
1693 @CLIUtil.addcommand(spaces=True, globsupport=True)
1694 def cat(self, file):

Callers

nothing calls this directly

Calls 2

_require_shareMethod · 0.95
_fs_completeMethod · 0.95

Tested by

no test coverage detected