Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nikopueringer/CorridorKey
/ is_video_file
Function
is_video_file
clip_manager.py:71–72 ·
view source on GitHub ↗
(filename: str)
Source
from the content-addressed store, hash-verified
69
70
71
def
is_video_file(filename: str) -> bool:
72
return
filename.lower().endswith((
".mp4"
,
".mov"
,
".avi"
,
".mkv"
))
73
74
75
def
map_path(win_path: str) -> str:
Callers
8
interactive_wizard
Function · 0.90
test_video_extensions_recognized
Method · 0.90
test_non_media_rejected
Method · 0.90
test_image_is_not_video
Method · 0.90
find_assets
Method · 0.70
run_videomama
Function · 0.70
organize_target
Function · 0.70
organize_clips
Function · 0.70
Calls
no outgoing calls
Tested by
3
test_video_extensions_recognized
Method · 0.72
test_non_media_rejected
Method · 0.72
test_image_is_not_video
Method · 0.72