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