Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ deser_string_vector
Function
deser_string_vector
test/functional/test_framework/messages.py:163–169 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
161
162
163
def
deser_string_vector(f):
164
nit = deser_compact_size(f)
165
r = []
166
for
i in range(nit):
167
t = deser_string(f)
168
r.append(t)
169
return
r
170
171
172
def
ser_string_vector(l):
Callers
1
deserialize
Method · 0.85
Calls
2
deser_string
Function · 0.85
deser_compact_size
Function · 0.70
Tested by
no test coverage detected