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

Function ser_string

test/functional/test_framework/messages.py:91–92  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

89 return f.read(nit)
90
91def ser_string(s):
92 return ser_compact_size(len(s)) + s
93
94def deser_uint256(f):
95 r = 0

Callers 9

create_coinbaseFunction · 0.85
ser_string_vectorFunction · 0.85
ser_byte_vectorFunction · 0.85
serializeMethod · 0.85
serializeMethod · 0.85
serializeMethod · 0.85
serializeMethod · 0.85
serializeMethod · 0.85

Calls 1

ser_compact_sizeFunction · 0.70

Tested by

no test coverage detected