MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / decode_payload_varint

Method decode_payload_varint

src/network/bmproto.py:140–143  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 return value
139
140 def decode_payload_varint(self):
141 value, offset = addresses.decodeVarint(self.payload[self.payloadOffset:])
142 self.payloadOffset += offset
143 return value
144
145 def decode_payload_node(self):
146 services, host, port = self.decode_payload_content("Q16sH")

Callers 2

decode_simpleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected