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

Function ser_string_vector

test/functional/test_framework/messages.py:172–176  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

170
171
172def ser_string_vector(l):
173 r = ser_compact_size(len(l))
174 for sv in l:
175 r += ser_string(sv)
176 return r
177
178
179def deser_int_vector(f):

Callers 1

serializeMethod · 0.85

Calls 2

ser_stringFunction · 0.85
ser_compact_sizeFunction · 0.70

Tested by

no test coverage detected