MCPcopy Create free account
hub / github.com/ElementsProject/lightning / run

Function run

tests/fuzz/fuzz-bolt12-bech32-decode.c:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void run(const u8 *data, size_t size)
19{
20 size_t dlen;
21 const char *fail;
22
23 b12_string_to_data(tmpctx, (const char *)data, size, "lno", &dlen, &fail);
24
25 clean_tmpctx();
26}

Callers

nothing calls this directly

Calls 2

b12_string_to_dataFunction · 0.85
clean_tmpctxFunction · 0.85

Tested by

no test coverage detected