MCPcopy Create free account
hub / github.com/AI45Lab/Code / backend_respects_search_concurrency_override

Function backend_respects_search_concurrency_override

core/src/workspace/s3.rs:1436–1442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1434
1435 #[test]
1436 fn backend_respects_search_concurrency_override() {
1437 let cfg = S3BackendConfig::new("bucket", "ws", "AK", "SK")
1438 .enable_search(true)
1439 .search_concurrency(16);
1440 let backend = S3WorkspaceBackend::new(cfg);
1441 assert_eq!(backend.search_concurrency(), 16);
1442 }
1443
1444 #[test]
1445 fn join_workspace_path_handles_root_and_nested_bases() {

Callers

nothing calls this directly

Calls 2

search_concurrencyMethod · 0.80
enable_searchMethod · 0.80

Tested by

no test coverage detected