Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
def
_skip_file(filename):
48
if
filename.startswith(
"."
) or filename.startswith(
"_"
):
49
return
True
50
51
52
def
_get_files(dir_path):
Callers
1
_get_files
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected