| 16 | } |
| 17 | |
| 18 | void 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 | } |
nothing calls this directly
no test coverage detected