Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ MakeByteSpan
Function
MakeByteSpan
src/span.h:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
263
template <typename V>
264
Span<const std::byte> MakeByteSpan(V&& v) noexcept
265
{
266
return AsBytes(Span{std::forward<V>(v)});
267
}
268
template <typename V>
269
Span<std::byte> MakeWritableByteSpan(V&& v) noexcept
270
{
Callers
13
Serialize
Function · 0.85
Serialize_impl
Function · 0.85
GetKey
Method · 0.85
GetValue
Method · 0.85
Read
Method · 0.85
Serialize
Method · 0.85
Serialize
Method · 0.85
DecodeRawPSBT
Function · 0.85
CaptureMessageToFile
Function · 0.85
DumpWallet
Function · 0.85
CreateFromDump
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
AsBytes
Function · 0.85
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68