Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ move
Method
move
src/test/fuzz/prevector.cpp:170–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void move()
171
{
172
real_vector = std::move(real_vector_alt);
173
real_vector_alt.clear();
174
pre_vector = std::move(pre_vector_alt);
175
pre_vector_alt.clear();
176
}
177
178
void copy()
179
{
Callers
2
FUZZ_TARGET
Function · 0.45
showShutdownWindow
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected