MCPcopy Index your code
hub / github.com/douglance/devsql / config_for

Function config_for

crates/ccql/src/sql/composite_storage.rs:814–816  ·  view source on GitHub ↗
(dir: &std::path::Path)

Source from the content-addressed store, hash-verified

812 }
813
814 fn config_for(dir: &std::path::Path) -> Config {
815 Config::new_with_codex_data_dir(dir.to_path_buf(), dir.join("codex")).expect("config")
816 }
817
818 #[tokio::test]
819 async fn transcripts_scan_reads_projects_layout_and_legacy() {

Calls

no outgoing calls

Tested by

no test coverage detected