MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ExpectDoesNotContainStr

Function ExpectDoesNotContainStr

tensorflow/js/ops/ts_op_gen_test.cc:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ExpectDoesNotContainStr(StringPiece s, StringPiece expected) {
35 EXPECT_FALSE(absl::StrContains(s, expected))
36 << "'" << s << "' does not contain '" << expected << "'";
37}
38
39constexpr char kBaseOpDef[] = R"(
40op {

Callers 1

TESTFunction · 0.85

Calls 1

StrContainsFunction · 0.50

Tested by

no test coverage detected