MCPcopy Index your code
hub / github.com/AI45Lab/Code / region

Method region

core/src/workspace/s3.rs:161–164  ·  view source on GitHub ↗
(mut self, region: impl Into<String>)

Source from the content-addressed store, hash-verified

159 }
160
161 pub fn region(mut self, region: impl Into<String>) -> Self {
162 self.region = Some(region.into());
163 self
164 }
165
166 pub fn session_token(mut self, token: impl Into<String>) -> Self {
167 self.session_token = Some(token.into());

Callers 5

newMethod · 0.80
live_configFunction · 0.80
to_coreMethod · 0.80
s3_config_to_coreFunction · 0.80

Calls

no outgoing calls

Tested by 2

live_configFunction · 0.64