MCPcopy Create free account
hub / github.com/douglance/devsql / codex_history_schema_for

Method codex_history_schema_for

crates/ccql/src/sql/composite_storage.rs:216–225  ·  view source on GitHub ↗
(&self, table_name: &str)

Source from the content-addressed store, hash-verified

214 }
215
216 fn codex_history_schema_for(&self, table_name: &str) -> Schema {
217 Schema {
218 table_name: table_name.to_string(),
219 column_defs: None, // Schemaless
220 indexes: Vec::new(),
221 engine: None,
222 foreign_keys: Vec::new(),
223 comment: Some("Virtual table for Codex CLI history.jsonl".to_string()),
224 }
225 }
226
227 /// Create a virtual schema for transcripts table (schemaless)
228 fn transcripts_schema(&self) -> Schema {

Callers 2

jhistory_schemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected