Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ start_stock_monitor
Method
start_stock_monitor
app/services/scheduler_service.py:256–280 ·
view source on GitHub ↗
(self, account_id: str)
Source
from the content-addressed store, hash-verified
254
def
get_scheduler_service() -> SchedulerService:
255
global _scheduler_service
256
if
_scheduler_service is None:
257
_scheduler_service = SchedulerService()
258
return
_scheduler_service
Callers
1
start_stock_monitor
Function · 0.80
Calls
6
_ensure_stock_monitor_thread
Method · 0.95
get_account
Method · 0.80
load_session
Method · 0.80
save_session
Method · 0.80
update_account
Method · 0.80
log_account_event
Method · 0.80
Tested by
no test coverage detected