MCPcopy Create free account
hub / github.com/covscript/covscript / operator==

Method operator==

include/covscript/core/core.hpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 explicit pointer(var v) : data(std::move(v)) {}
484
485 bool operator==(const pointer &ptr) const
486 {
487 return data.is_same(ptr.data);
488 }
489 };
490
491 static const pointer null_pointer = {};

Callers

nothing calls this directly

Calls 1

is_sameMethod · 0.80

Tested by

no test coverage detected