MCPcopy Create free account
hub / github.com/apple/foundationdb / operator==

Method operator==

flow/CodeProbe.cpp:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258ICodeProbe::~ICodeProbe() {}
259
260bool ICodeProbe::operator==(const ICodeProbe& other) const {
261 return filename() == other.filename() && line() == other.line();
262}
263
264bool ICodeProbe::operator!=(const ICodeProbe& other) const {
265 return !(*this == other);

Callers

nothing calls this directly

Calls 2

lineMethod · 0.80
filenameMethod · 0.45

Tested by

no test coverage detected