MCPcopy Create free account
hub / github.com/LUX-Core/lux / asBytesSec

Method asBytesSec

src/cpp-ethereum/libdevcore/FixedHash.h:251–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 using FixedHash<T>::size;
250
251 bytesSec asBytesSec() const { return bytesSec(ref()); }
252
253 FixedHash<T> const& makeInsecure() const { return static_cast<FixedHash<T> const&>(*this); }
254 FixedHash<T>& writable() { clear(); return static_cast<FixedHash<T>&>(*this); }

Callers 1

importMethod · 0.80

Calls 1

refFunction · 0.85

Tested by

no test coverage detected