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

Method expect_file

client/src/testutils.rs:376–382  ·  view source on GitHub ↗

See the wrapped `Checker::expect_file` function for details.

(self, name: N, content: C)

Source from the content-addressed store, hash-verified

374
375 /// See the wrapped `Checker::expect_file` function for details.
376 pub fn expect_file<N: Into<String>, C: Into<String>>(self, name: N, content: C) -> Self {
377 Self {
378 checker: self.checker.expect_file(name, content),
379 service: self.service,
380 exp_access_token: self.exp_access_token,
381 }
382 }
383
384 /// See the wrapped `Checker::expect_output` function for details.
385 pub fn expect_output<V: Into<Vec<CapturedOut>>>(self, out: V) -> Self {

Callers 3

test_share_print_no_aclsFunction · 0.45
test_share_make_publicFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected