Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)* */
37
bool is_released_version(void)
38
{
39
return cmp_release_version(version());
40
}
Callers
1
db_migrate
Function · 0.85
Calls
2
cmp_release_version
Function · 0.85
version
Function · 0.85
Tested by
no test coverage detected