MCPcopy Create free account
hub / github.com/ceph/ceph / verify

Method verify

src/test/msgr/test_async_networkstack.cc:639–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637 content.append(s);
638 }
639 bool verify(const char *b, size_t len = 0) const {
640 return content.compare(0, len, b, 0, len) == 0;
641 }
642 };
643
644 template <typename T>

Callers 1

do_read_requestMethod · 0.45

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected