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

Method with_compile_command

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

Source from the content-addressed store, hash-verified

426 }
427
428 pub fn with_compile_command(self, compile_command: impl Into<String>) -> Self {
429 TestBuilder {
430 compile_command: Some(compile_command.into()),
431 ..self
432 }
433 }
434
435 pub fn with_run_command(self, run_command: impl Into<String>) -> Self {
436 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