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

Function FilesystemPathSpec

src/borg/helpers/parseformat.py:411–414  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

409
410
411def FilesystemPathSpec(text):
412 if not text:
413 raise ArgumentTypeError("Empty strings are not accepted as paths.")
414 return slashify(text)
415
416
417def SortBySpec(text):

Callers

nothing calls this directly

Calls 1

slashifyFunction · 0.85

Tested by

no test coverage detected