MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / deser_byte_vector

Function deser_byte_vector

test/functional/test_framework/messages.py:195–196  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

193
194
195def deser_byte_vector(f):
196 return deser_string(f)
197
198
199def ser_byte_vector(l):

Callers 1

deserializeMethod · 0.85

Calls 1

deser_stringFunction · 0.85

Tested by

no test coverage detected