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

Function ConsumePubKey

src/test/fuzz/miniscript.cpp:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347CPubKey ConsumePubKey(FuzzedDataProvider& provider) {
348 return ConsumeIndex<CPubKey>(provider, TEST_DATA.dummy_keys);
349}
350
351std::vector<unsigned char> ConsumeSha256(FuzzedDataProvider& provider) {
352 return ConsumeIndex<std::vector<unsigned char>>(provider, TEST_DATA.sha256);

Callers 2

ConsumeNodeStableFunction · 0.85
ConsumeNodeSmartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected