MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / with_database_url

Method with_database_url

crates/openshell-core/src/config.rs:618–621  ·  view source on GitHub ↗
(mut self, url: impl Into<String>)

Source from the content-addressed store, hash-verified

616 /// Create a new configuration with a database URL.
617 #[must_use]
618 pub fn with_database_url(mut self, url: impl Into<String>) -> Self {
619 self.database_url = url.into();
620 self
621 }
622
623 /// Create a new configuration with the configured compute drivers.
624 #[must_use]

Callers 5

test_stateFunction · 0.80
prepare_server_configFunction · 0.80
test_server_stateFunction · 0.80
state_with_issuerFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_stateFunction · 0.64
test_server_stateFunction · 0.64