Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CDataStream
Class · 0.45
GetAndClear
Method · 0.45
Calls
2
memcpy
Function · 0.85
begin
Method · 0.45
Tested by
no test coverage detected