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

Method prefix

core/src/workspace/s3.rs:389–391  ·  view source on GitHub ↗

The workspace prefix inside the bucket (no leading or trailing slash).

(&self)

Source from the content-addressed store, hash-verified

387
388 /// The workspace prefix inside the bucket (no leading or trailing slash).
389 pub fn prefix(&self) -> &str {
390 &self.prefix
391 }
392
393 /// Underlying AWS SDK client — exposed for advanced workflows that need
394 /// to perform out-of-band operations (e.g. presigned URLs, ACL changes).

Callers 4

list_dirMethod · 0.80
list_recursive_underMethod · 0.80
cleanup_prefixFunction · 0.80
env_style_config_fileFunction · 0.80

Calls

no outgoing calls

Tested by 2

cleanup_prefixFunction · 0.64
env_style_config_fileFunction · 0.64