MCPcopy Create free account
hub / github.com/dillo-browser/dillo / CssSimpleSelector

Method CssSimpleSelector

src/css.cc:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231CssSimpleSelector::CssSimpleSelector () {
232 element = ELEMENT_ANY;
233 id = NULL;
234 pseudo = NULL;
235}
236
237CssSimpleSelector::~CssSimpleSelector () {
238 for (int i = 0; i < klass.size (); i++)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected