Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ deser_string
Function
deser_string
test/functional/test_framework/messages.py:87–89 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
85
return
nit
86
87
def
deser_string(f):
88
nit = deser_compact_size(f)
89
return
f.read(nit)
90
91
def
ser_string(s):
92
return
ser_compact_size(len(s)) + s
Callers
7
deser_string_vector
Function · 0.85
deser_byte_vector
Function · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
Calls
2
deser_compact_size
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected