Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yuka-friends/Windrecorder
/ run
Method
run
windrecorder/utils.py:44–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
42
self.running = False
43
44
def
run(self):
45
self.running = True
46
while
self.running:
47
time.sleep(self.interval)
48
self.function()
49
50
def
stop(self):
51
self.running = False
Callers
15
check_is_running
Function · 0.80
onboard_setting.py
File · 0.80
print_header
Function · 0.80
set_username
Function · 0.80
set_ocr_lang
Function · 0.80
set_record_mode
Function · 0.80
set_main
Function · 0.80
assert_ffmpeg
Function · 0.80
continuously_record_screen
Function · 0.80
main
Function · 0.80
hide_cli_window
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected