MCPcopy Index your code
hub / github.com/endbasic/endbasic / run

Method run

client/src/testutils.rs:333–336  ·  view source on GitHub ↗

See the wrapped `Tester::run` function for details.

(&mut self, script: S)

Source from the content-addressed store, hash-verified

331
332 /// See the wrapped `Tester::run` function for details.
333 pub(crate) fn run<S: Into<String>>(&mut self, script: S) -> ClientChecker<'_> {
334 let checker = self.tester.run(script);
335 ClientChecker { checker, service: self.service.clone(), exp_access_token: None }
336 }
337}
338
339/// Wrapper over the generic `Checker` to validate features related to the cloud service.

Calls

no outgoing calls

Tested by

no test coverage detected