Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ median_rate
Function
median_rate
tests/test_currencyrate.py:42–45 ·
view source on GitHub ↗
(rateslist)
Source
from the content-addressed store, hash-verified
40
41
42
def
median_rate(rateslist):
43
rate = median(rateslist)
44
45
return
range(int(rate * 0.99), int(rate * 1.01))
46
47
48
def
test_apis_batch1(node_factory):
Callers
3
test_apis_batch1
Function · 0.85
test_apis_batch2
Function · 0.85
test_custom_source
Function · 0.85
Calls
1
median
Function · 0.85
Tested by
no test coverage detected