Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ser_string
Function
ser_string
test/functional/test_framework/messages.py:91–92 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
89
return
f.read(nit)
90
91
def
ser_string(s):
92
return
ser_compact_size(len(s)) + s
93
94
def
deser_uint256(f):
95
r = 0
Callers
9
SegwitVersion1SignatureHash
Function · 0.85
create_coinbase
Function · 0.85
ser_string_vector
Function · 0.85
ser_byte_vector
Function · 0.85
serialize
Method · 0.85
serialize
Method · 0.85
serialize
Method · 0.85
serialize
Method · 0.85
serialize
Method · 0.85
Calls
1
ser_compact_size
Function · 0.70
Tested by
no test coverage detected