MCPcopy
hub / github.com/RUB-NDS/PRET / do_find

Method do_find

postscript.py:206–209  ·  view source on GitHub ↗

Recursively list contents of directory: find

(self, arg)

Source from the content-addressed store, hash-verified

204
205 # ------------------------[ find <path> ]-----------------------------
206 def do_find(self, arg):
207 "Recursively list contents of directory: find <path>"
208 for name in self.dirlist(arg):
209 output().psfind(name)
210
211 # ------------------------[ mirror <path> ]---------------------------
212 def do_mirror(self, arg):

Callers

nothing calls this directly

Calls 3

dirlistMethod · 0.95
outputClass · 0.90
psfindMethod · 0.80

Tested by

no test coverage detected