Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ ~SplatExtension
Method
~SplatExtension
src/SplatExtension.cpp:47–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
SplatExtension::~SplatExtension()
48
{
49
std::vector<ExtensionValue*>::iterator i;
50
for (i = values_.begin(); i != values_.end(); ++i) {
51
delete (*i);
52
}
53
values_.clear();
54
}
55
56
void
57
SplatExtension::GenerateValues()
Callers
nothing calls this directly
Calls
3
begin
Method · 0.80
end
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected