Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ deser_uint256_vector
Function
deser_uint256_vector
test/functional/test_framework/messages.py:147–153 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
145
146
147
def
deser_uint256_vector(f):
148
nit = deser_compact_size(f)
149
r = []
150
for
i in range(nit):
151
t = deser_uint256(f)
152
r.append(t)
153
return
r
154
155
156
def
ser_uint256_vector(l):
Callers
2
deserialize
Method · 0.85
deserialize
Method · 0.85
Calls
2
deser_uint256
Function · 0.85
deser_compact_size
Function · 0.70
Tested by
no test coverage detected