MCPcopy Index your code
hub / github.com/VitoHowe/glm-coding / FlowRun

Class FlowRun

app/runtime_logging.py:39–48  ·  view source on GitHub ↗

Single runtime flow context.

Source from the content-addressed store, hash-verified

37
38@dataclass(frozen=True)
39class FlowRun:
40 """Single runtime flow context."""
41
42 run_id: str
43 account_id: str
44 action: str
45 source: str = ""
46 product_id: str = ""
47 pay_type: str = ""
48 started_at: str = field(default_factory=lambda: datetime.now().astimezone().isoformat(timespec="seconds"))
49
50
51def configure_logging(settings: Settings | None = None) -> Path:

Callers 2

start_runMethod · 0.85
log_account_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected