MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / AssistantTime

Class AssistantTime

crates/opencode-session/src/message_v2.rs:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298#[derive(Debug, Clone, Serialize, Deserialize)]
299pub struct AssistantTime {
300 pub created: i64,
301 #[serde(skip_serializing_if = "Option::is_none")]
302 pub completed: Option<i64>,
303}
304
305#[derive(Debug, Clone, Serialize, Deserialize)]
306pub struct MessagePath {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected