Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ CScript
Method
CScript
src/internal/bitcoin_script.hpp:400–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
public:
400
CScript() { }
401
CScript(const_iterator pbegin, const_iterator pend) : CScriptBase() {
402
insert(end(), pbegin, pend);
403
}
Callers
nothing calls this directly
Calls
1
end
Function · 0.50
Tested by
no test coverage detected