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

Function main

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

Source from the content-addressed store, hash-verified

203}
204
205int main(int argc, char *argv[])
206{
207 common_setup(argv[0]);
208
209 test_json_tok_size();
210 test_json_tok_bitcoin_amount();
211 test_json_tok_millionths();
212 test_json_bad_utf8();
213
214 common_shutdown();
215}

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