MCPcopy Index your code
hub / github.com/borgbackup/borg / command_recurses_dir

Function command_recurses_dir

src/borg/patterns.py:319–321  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

317
318
319def command_recurses_dir(cmd):
320 # TODO?: raise error or return None if *cmd* is RootPath or PatternStyle
321 return cmd not in [IECommand.ExcludeNoRecurse]
322
323
324def get_pattern_class(prefix):

Callers 2

matchMethod · 0.85
parse_inclexcl_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected