Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ receive
Method
receive
test/functional/interface_zmq.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
return
body
61
62
def
receive(self):
63
return
self._receive_from_publisher_and_check()
64
65
def
receive_sequence(self):
66
body = self._receive_from_publisher_and_check()
Callers
5
setup_zmq_test
Method · 0.45
test_basic
Method · 0.45
test_reorg
Method · 0.45
test_multiple_interfaces
Method · 0.45
test_ipv6
Method · 0.45
Calls
1
_receive_from_publisher_and_check
Method · 0.95
Tested by
4
test_basic
Method · 0.36
test_reorg
Method · 0.36
test_multiple_interfaces
Method · 0.36
test_ipv6
Method · 0.36