Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ AppendData
Method
AppendData
src/script/script.h:428–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
}
427
428
void AppendData(std::span<const value_type> data)
429
{
430
insert(end(), data.begin(), data.end());
431
}
432
433
protected:
434
CScript& push_int64(int64_t n)
Callers
nothing calls this directly
Calls
4
insert
Function · 0.85
end
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected