Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ operator()
Method
operator()
src/script/standard.cpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
{
297
public:
298
CScript operator()(const CNoDestination& dest) const
299
{
300
return CScript();
301
}
302
303
CScript operator()(const PKHash& keyID) const
304
{
Callers
nothing calls this directly
Calls
2
ToByteVector
Function · 0.85
CScript
Class · 0.70
Tested by
no test coverage detected