Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
def
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
179
def
deser_int_vector(f):
Callers
1
serialize
Method · 0.85
Calls
2
ser_string
Function · 0.85
ser_compact_size
Function · 0.70
Tested by
no test coverage detected