MCPcopy Create free account
hub / github.com/ElementsProject/elements / ser_string

Function ser_string

test/functional/test_framework/messages.py:103–104  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

101 return f.read(nit)
102
103def ser_string(s):
104 return ser_compact_size(len(s)) + s
105
106def deser_uint256(f):
107 r = 0

Callers 15

serializeMethod · 0.90
serializeMethod · 0.90
LegacySignatureMsgFunction · 0.70
SegwitV0SignatureMsgFunction · 0.70
BIP341_sha_scriptpubkeysFunction · 0.70
TaprootSignatureMsgFunction · 0.70
taproot_tree_helperFunction · 0.70
ser_string_vectorFunction · 0.70
serializeMethod · 0.70
serializeMethod · 0.70
serializeMethod · 0.70

Calls 1

ser_compact_sizeFunction · 0.70

Tested by

no test coverage detected