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

Function opt_register_version

common/version.c:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void opt_register_version(void)
24{
25 clnopt_noarg("--version|-V", OPT_EARLY|OPT_EXITS,
26 version_and_exit, NULL,
27 "Print version and exit");
28}
29
30static bool cmp_release_version(const char *version) {
31 if (version[0] != 'v')

Callers 6

initial_config_optsFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected