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

Method bucket

core/src/workspace/s3.rs:384–386  ·  view source on GitHub ↗

The bucket this backend is bound to.

(&self)

Source from the content-addressed store, hash-verified

382
383 /// The bucket this backend is bound to.
384 pub fn bucket(&self) -> &str {
385 &self.bucket
386 }
387
388 /// The workspace prefix inside the bucket (no leading or trailing slash).
389 pub fn prefix(&self) -> &str {

Callers 6

get_object_textMethod · 0.80
write_textMethod · 0.80
list_dirMethod · 0.80
write_text_if_versionMethod · 0.80
list_recursive_underMethod · 0.80
cleanup_prefixFunction · 0.80

Calls

no outgoing calls

Tested by 1

cleanup_prefixFunction · 0.64