Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
bool failed = false;
29
30
static bool check_fail(void) {
31
if (!failed)
32
return false;
33
failed = false;
34
return true;
35
}
36
37
struct command *cmd;
38
Callers
2
stest
Function · 0.85
advanced_fail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected