Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ deser_string
Function
deser_string
test/functional/test_framework/messages.py:99–101 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
97
return
nit
98
99
def
deser_string(f):
100
nit = deser_compact_size(f)
101
return
f.read(nit)
102
103
def
ser_string(s):
104
return
ser_compact_size(len(s)) + s
Callers
13
deser_keymeta
Function · 0.90
deser_string_vector
Function · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
deserialize
Method · 0.70
Calls
2
deser_compact_size
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected