MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getMethodByte

Method getMethodByte

src/Compression/CompressionCodecEncrypted.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482uint8_t CompressionCodecEncrypted::getMethodByte() const
483{
484 return getMethodCode(encryption_method);
485}
486
487void CompressionCodecEncrypted::updateHash(SipHash & hash) const
488{

Callers

nothing calls this directly

Calls 1

getMethodCodeFunction · 0.85

Tested by

no test coverage detected