Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_request
Method · 0.45
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected