MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / schema.rs

File schema.rs

crates/opencode-config/src/schema.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use serde::{Deserialize, Serialize};
2use std::collections::HashMap;
3
4#[derive(Debug, Clone, Serialize, Deserialize, Default)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected