MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / content_config

Function content_config

atomic-repository/src/content_search.rs:239–248  ·  view source on GitHub ↗
(repo_root: &Path)

Source from the content-addressed store, hash-verified

237}
238
239fn content_config(repo_root: &Path) -> Config {
240 Config {
241 index_dir: repo_root.join(".atomic").join("content-index"),
242 repo_root: repo_root.to_path_buf(),
243 max_file_size: 10 * 1024 * 1024, // 10 MiB
244 verbose: false,
245 strict_permissions: false, // .atomic/ may have relaxed perms
246 ..Config::default()
247 }
248}
249
250// ---------------------------------------------------------------------------
251// Public types

Callers 5

build_content_indexFunction · 0.85
update_content_indexFunction · 0.85
notify_and_commitFunction · 0.85
search_contentFunction · 0.85
content_index_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected