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

Method RuleMap

src/css.hh:497–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495 <lout::object::ConstString, RuleList > {
496 public:
497 RuleMap () : lout::container::typed::HashTable
498 <lout::object::ConstString, RuleList > (true, true, 256) {};
499 };
500
501 static const int ntags = HTML_NTAGS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected