Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ deser_string
Function
deser_string
qa/rpc-tests/test_framework/mininode.py:103–105 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
101
return
nit
102
103
def
deser_string(f):
104
nit = deser_compact_size(f)
105
return
f.read(nit)
106
107
def
ser_string(s):
108
return
ser_compact_size(len(s)) + s
Callers
7
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
Calls
2
deser_compact_size
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected