MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / sample_phase_timing_entry

Function sample_phase_timing_entry

atomic-core/src/change/session.rs:316–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314 }
315
316 fn sample_phase_timing_entry() -> PhaseTimingEntry {
317 PhaseTimingEntry {
318 phase: "implement".into(),
319 start_ts: Some("2025-01-15T10:30:00Z".into()),
320 end_ts: Some("2025-01-15T10:32:15Z".into()),
321 input_tokens: 8200,
322 output_tokens: 3100,
323 cost_usd: 0.0281,
324 }
325 }
326
327 fn sample_session_event() -> SessionEvent {
328 SessionEvent {

Callers 1

Calls

no outgoing calls

Tested by 1