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

Function ConsumeSock

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

Source from the content-addressed store, hash-verified

74};
75
76[[nodiscard]] inline FuzzedSock ConsumeSock(FuzzedDataProvider& fuzzed_data_provider)
77{
78 return FuzzedSock{fuzzed_data_provider};
79}
80
81template <typename... Callables>
82size_t CallOneOf(FuzzedDataProvider& fuzzed_data_provider, Callables... callables)

Callers 1

FUZZ_TARGET_INITFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected