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

Method bearer_token

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

Source from the content-addressed store, hash-verified

94 }
95
96 pub fn bearer_token(mut self, token: impl Into<String>) -> Self {
97 self.bearer_token = Some(token.into());
98 self
99 }
100
101 pub fn request_timeout(mut self, timeout: Duration) -> Self {
102 self.request_timeout = Some(timeout);

Calls

no outgoing calls

Tested by 1