Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ write
Method
write
src/streams.h:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void write(Span<const std::byte> src)
54
{
55
stream->write(src);
56
}
57
58
void read(Span<std::byte> dst)
59
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected