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

Method endpoint

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

Source from the content-addressed store, hash-verified

154 }
155
156 pub fn endpoint(mut self, endpoint: impl Into<String>) -> Self {
157 self.endpoint = Some(endpoint.into());
158 self
159 }
160
161 pub fn region(mut self, region: impl Into<String>) -> Self {
162 self.region = Some(region.into());

Callers 4

live_configFunction · 0.45
to_coreMethod · 0.45
s3_config_to_coreFunction · 0.45

Calls

no outgoing calls

Tested by 2

live_configFunction · 0.36