MCPcopy 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
86def is_compat(version):
87 compat = CompatLevel()
88 return compat(version)
89
90
91def dumpcap_usable():

Callers

nothing calls this directly

Calls 2

CompatLevelClass · 0.85
compatFunction · 0.85

Tested by

no test coverage detected