MCPcopy Create free account
hub / github.com/StackStorm/st2 / _skip_file

Function _skip_file

tools/log_watcher.py:47–49  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

45
46
47def _skip_file(filename):
48 if filename.startswith(".") or filename.startswith("_"):
49 return True
50
51
52def _get_files(dir_path):

Callers 1

_get_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected