Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FujiwaraChoki/MoneyPrinter
/ utcnow
Function
utcnow
Backend/repository.py:11–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
utcnow() -> datetime:
12
return
datetime.now(timezone.utc)
13
14
15
def
create_job(session: Session, payload: dict, max_attempts: int = 1) -> GenerationJob:
Callers
5
request_cancel
Function · 0.85
claim_next_queued_job
Function · 0.85
mark_completed
Function · 0.85
mark_cancelled
Function · 0.85
mark_failed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected