MCPcopy 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

254def 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_monitorFunction · 0.80

Calls 6

get_accountMethod · 0.80
load_sessionMethod · 0.80
save_sessionMethod · 0.80
update_accountMethod · 0.80
log_account_eventMethod · 0.80

Tested by

no test coverage detected