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

Function check_fail

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

Source from the content-addressed store, hash-verified

28bool failed = false;
29
30static bool check_fail(void) {
31 if (!failed)
32 return false;
33 failed = false;
34 return true;
35}
36
37struct command *cmd;
38

Callers 2

stestFunction · 0.85
advanced_failFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected