MCPcopy Create free account
hub / github.com/ElementsProject/elements / ConsumeNodeAsUniquePtr

Function ConsumeNodeAsUniquePtr

src/test/fuzz/util.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323 }
324}
325inline std::unique_ptr<CNode> ConsumeNodeAsUniquePtr(FuzzedDataProvider& fdp, const std::optional<NodeId>& node_id_in = std::nullopt) { return ConsumeNode<true>(fdp, node_id_in); }
326
327void FillNode(FuzzedDataProvider& fuzzed_data_provider, ConnmanTestMsg& connman, PeerManager& peerman, CNode& node) noexcept;
328

Callers 2

fuzz_targetFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected