MCPcopy Create free account
hub / github.com/Robotips/uConfig / ~DatasheetPackage

Method ~DatasheetPackage

src/pdf_extract/datasheetpackage.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25DatasheetPackage::~DatasheetPackage()
26{
27 for (int i=0; i<pins.size(); i++)
28 delete pins[i];
29}
30
31Component *DatasheetPackage::toComponent() const
32{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected