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

Method with_run_command

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

Source from the content-addressed store, hash-verified

433 }
434
435 pub fn with_run_command(self, run_command: impl Into<String>) -> Self {
436 TestBuilder {
437 run_command: Some(run_command.into()),
438 ..self
439 }
440 }
441
442 pub fn with_generate_private_items(self, include_private: bool) -> Self {
443 TestBuilder {

Callers 3

platform_test_builderFunction · 0.45
make_testFunction · 0.45
make_test_with_suiteFunction · 0.45

Calls

no outgoing calls

Tested by 3

platform_test_builderFunction · 0.36
make_testFunction · 0.36
make_test_with_suiteFunction · 0.36