MCPcopy 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{
110public:
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

ToByteVectorFunction · 0.85
GetWitnessVersionMethod · 0.80
CScriptClass · 0.70
GetPubKeyMethod · 0.45

Tested by

no test coverage detected