MCPcopy 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
433protected:
434 CScript& push_int64(int64_t n)

Callers

nothing calls this directly

Calls 4

insertFunction · 0.85
endFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected