Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ command_check_only
Function
command_check_only
common/test/run-param.c:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
bool command_check_only(const struct command *cmd)
85
{
86
return cmd->mode == CMD_CHECK;
87
}
88
89
struct json {
90
jsmntok_t *toks;
Callers
1
param
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected