MCPcopy Create free account
hub / github.com/LUX-Core/lux / insert

Method insert

src/streams.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 nReadPos = 0;
124 }
125 iterator insert(iterator it, const char& x = char()) { return vch.insert(it, x); }
126 void insert(iterator it, size_type n, const char& x) { vch.insert(it, n, x); }
127
128 value_type* data()

Callers 2

CDataStreamClass · 0.45
GetAndClearMethod · 0.45

Calls 2

memcpyFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected