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

Function is_released_version

common/version.c:37–40  ·  view source on GitHub ↗

Released versions are of form v[year].[month]?(.patch)* */

Source from the content-addressed store, hash-verified

35
36/* Released versions are of form v[year].[month]?(.patch)* */
37bool is_released_version(void)
38{
39 return cmp_release_version(version());
40}

Callers 1

db_migrateFunction · 0.85

Calls 2

cmp_release_versionFunction · 0.85
versionFunction · 0.85

Tested by

no test coverage detected