MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetObfuscation

Method SetObfuscation

src/streams.h:451–451  ·  view source on GitHub ↗

Continue with a different XOR key */

Source from the content-addressed store, hash-verified

449
450 /** Continue with a different XOR key */
451 void SetObfuscation(const Obfuscation& obfuscation) { m_obfuscation = obfuscation; }
452
453 /** Implementation detail, only used internally. */
454 std::size_t detail_fread(std::span<std::byte> dst);

Callers 2

LoadMempoolFunction · 0.80
DumpMempoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected