MCPcopy Create free account
hub / github.com/hashintel/hash / main

Function main

libs/error-stack/examples/demo.rs:111–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111fn main() -> Result<(), Report<[ExperimentError]>> {
112 let experiment_ids = &[0, 2, 3];
113 let experiment_descriptions = &["10", "20", "3o 4a"];
114 start_experiments(experiment_ids, experiment_descriptions)?;
115
116 Ok(())
117}

Callers

nothing calls this directly

Calls 2

start_experimentsFunction · 0.85
OkInterface · 0.85

Tested by

no test coverage detected