MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / get

Method get

test/functional/interface_http.py:69–70  ·  view source on GitHub ↗
(self, path, connection_header=None)

Source from the content-addressed store, hash-verified

67 return self._request('POST', path, data, connection_header, **kwargs)
68
69 def get(self, path, connection_header=None):
70 return self._request('GET', path, '', connection_header)
71
72 def send_raw(self, data):
73 self.conn.sock.sendall(data)

Callers 15

check_path_traversalMethod · 0.95
set_hostFunction · 0.45
get_fuzz_envFunction · 0.45
check_tx_countsMethod · 0.45
run_testMethod · 0.45
test_getnettotalsMethod · 0.45
test_tx_in_blockMethod · 0.45

Calls 1

_requestMethod · 0.95