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

Class AnthropicMessage

crates/opencode-provider/src/stream.rs:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258
259#[derive(Debug, Clone, Serialize, Deserialize)]
260pub struct AnthropicMessage {
261 pub usage: Option<AnthropicUsage>,
262}
263
264#[derive(Debug, Clone, Serialize, Deserialize)]
265pub struct AnthropicUsage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected