Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ RandomContentFill
Method
RandomContentFill
src/test/fuzz/poolresource.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void RandomContentFill(Entry& entry)
74
{
75
InsecureRandomContext(entry.seed).fillrand(entry.span);
76
}
77
78
void RandomContentCheck(const Entry& entry)
79
{
Callers
nothing calls this directly
Calls
2
InsecureRandomContext
Class · 0.85
fillrand
Method · 0.45
Tested by
no test coverage detected