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

Function main

common/test/run-json.c:229–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229int main(int argc, char *argv[])
230{
231 common_setup(argv[0]);
232
233 test_json_tok_size();
234 test_json_tok_bitcoin_amount();
235 test_json_tok_millionths();
236 test_json_bad_utf8();
237
238 common_shutdown();
239}

Callers

nothing calls this directly

Calls 6

common_setupFunction · 0.85
test_json_tok_sizeFunction · 0.85
test_json_tok_millionthsFunction · 0.85
test_json_bad_utf8Function · 0.85
common_shutdownFunction · 0.85

Tested by

no test coverage detected