MCPcopy Create free account
hub / github.com/covscript/covscript / hash

Method hash

include/covscript/core/variable.hpp:996–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 }
995
996 std::size_t hash() const
997 {
998 if (this->mDat == nullptr)
999 return cs_impl::hash<void *>(nullptr);
1000 return this->mDat->data.hash();
1001 }
1002
1003 void detach() const
1004 {

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected