Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ make_backend
Function
make_backend
core/src/workspace/s3.rs:1486–1489 ·
view source on GitHub ↗
(prefix: &str)
Source
from the content-addressed store, hash-verified
1484
}
1485
1486
fn make_backend(prefix: &str) -> S3WorkspaceBackend {
1487
let cfg = S3BackendConfig::new(
"bucket"
, prefix,
"AK"
,
"SK"
);
1488
S3WorkspaceBackend::new(cfg)
1489
}
1490
}
Callers
6
key_for_root_uses_prefix_only
Function · 0.85
key_for_nested_path_joins_with_slash
Function · 0.85
key_for_empty_prefix_uses_path_only
Function · 0.85
list_prefix_root_with_workspace_prefix
Function · 0.85
list_prefix_root_with_empty_workspace_prefix
Function · 0.85
list_prefix_nested_path
Function · 0.85
Calls
no outgoing calls
Tested by
6
key_for_root_uses_prefix_only
Function · 0.68
key_for_nested_path_joins_with_slash
Function · 0.68
key_for_empty_prefix_uses_path_only
Function · 0.68
list_prefix_root_with_workspace_prefix
Function · 0.68
list_prefix_root_with_empty_workspace_prefix
Function · 0.68
list_prefix_nested_path
Function · 0.68