MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / with_client

Method with_client

crates/testing/src/sdk.rs:399–404  ·  view source on GitHub ↗
(self, client_project: impl Into<String>)

Source from the content-addressed store, hash-verified

397 }
398
399 pub fn with_client(self, client_project: impl Into<String>) -> Self {
400 TestBuilder {
401 client_project: Some(client_project.into()),
402 ..self
403 }
404 }
405
406 pub fn with_language(self, generate_language: impl Into<String>) -> Self {
407 TestBuilder {

Callers 3

platform_test_builderFunction · 0.80
make_testFunction · 0.80
make_test_with_suiteFunction · 0.80

Calls

no outgoing calls

Tested by 3

platform_test_builderFunction · 0.64
make_testFunction · 0.64
make_test_with_suiteFunction · 0.64