Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ write
Method
write
src/hash.h:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
int GetVersion() const { return nVersion; }
113
114
void write(Span<const std::byte> src)
115
{
116
ctx.Write(UCharCast(src.data()), src.size());
117
}
118
119
/** Compute the double-SHA256 hash of all data written to this object.
120
*
Callers
15
filter-lcov.py
File · 0.45
writeBlock
Method · 0.45
main
Function · 0.45
gen_key_io_test_vectors.py
File · 0.45
tree_sha512sum
Function · 0.45
process_nodes
Function · 0.45
main
Function · 0.45
lookup_asn
Function · 0.45
test_ELF
Method · 0.45
test_MACHO
Method · 0.45
test_PE
Method · 0.45
main
Function · 0.45
Calls
4
UCharCast
Function · 0.85
Write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
11
test_ELF
Method · 0.36
test_MACHO
Method · 0.36
test_PE
Method · 0.36
write_testcode
Function · 0.36
test_config_file_parser
Method · 0.36
run_tests
Function · 0.36
test_empty_asmap
Method · 0.36
test_valid_signer
Method · 0.36
test_config_file_parser
Method · 0.36
run_tests
Function · 0.36
add_nodes
Method · 0.36