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

Function check_fail

common/test/run-param.c:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11bool failed = false;
12
13static bool check_fail(void) {
14 if (!failed)
15 return false;
16 failed = false;
17 return true;
18}
19
20struct command *cmd;
21

Callers 3

stestFunction · 0.85
bad_programmerFunction · 0.85
advanced_failFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected