MCPcopy 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
47SplatExtension::~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
56void
57SplatExtension::GenerateValues()

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected