MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / server

Method server

atomic-identity/src/delegation.rs:208–211  ·  view source on GitHub ↗

Constrain the server.

(mut self, server: &'a str)

Source from the content-addressed store, hash-verified

206
207 /// Constrain the server.
208 pub fn server(mut self, server: &'a str) -> Self {
209 self.server = Some(server);
210 self
211 }
212
213 /// Constrain the workspace.
214 pub fn workspace(mut self, workspace: &'a str) -> Self {

Callers 8

active_forFunction · 0.80
scope_forFunction · 0.80
build_scopeMethod · 0.80
build_scopeMethod · 0.80
scopeFunction · 0.80
test_scope_builderFunction · 0.80
test_delegation_allowsFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by 3

test_scope_builderFunction · 0.64
test_delegation_allowsFunction · 0.64