MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / HistoryEntry

Class HistoryEntry

server/src/server/session.rs:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug, Clone, Serialize, Deserialize)]
7pub struct HistoryEntry {
8 pub timestamp: DateTime<Utc>,
9 pub method: String,
10 pub path: String,
11 pub response_preview: String,
12}
13
14#[derive(Debug, Clone, Serialize, Deserialize)]
15pub struct Session {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected