Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ _remove_empty
Function
_remove_empty
test/functional/test_framework/netutil.py:40–41 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
38
return
inodes
39
40
def
_remove_empty(array):
41
return
[x
for
x in array
if
x !=
''
]
42
43
def
_convert_ip_port(array):
44
host,port = array.split(
':'
)
Callers
1
netstat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected