Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ operator()
Method
operator()
src/addresstype.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
{
110
public:
111
CScript operator()(const CNoDestination& dest) const
112
{
113
return dest.GetScript();
114
}
115
116
CScript operator()(const PubKeyDestination& dest) const
117
{
Callers
nothing calls this directly
Calls
4
ToByteVector
Function · 0.85
GetWitnessVersion
Method · 0.80
CScript
Class · 0.70
GetPubKey
Method · 0.45
Tested by
no test coverage detected