Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ is_compat
Function
is_compat
tests/fixtures.py:86–88 ·
view source on GitHub ↗
(version)
Source
from the content-addressed store, hash-verified
84
85
86
def
is_compat(version):
87
compat = CompatLevel()
88
return
compat(version)
89
90
91
def
dumpcap_usable():
Callers
nothing calls this directly
Calls
2
CompatLevel
Class · 0.85
compat
Function · 0.85
Tested by
no test coverage detected