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

Method session_token

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

Source from the content-addressed store, hash-verified

164 }
165
166 pub fn session_token(mut self, token: impl Into<String>) -> Self {
167 self.session_token = Some(token.into());
168 self
169 }
170
171 pub fn force_path_style(mut self, enabled: bool) -> Self {
172 self.force_path_style = enabled;

Callers 4

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