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

Method setMatchCacheOffset

src/css.hh:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 matchCache);
430 }
431 inline void setMatchCacheOffset (int mo) {
432 if (matchCacheOffset == -1)
433 matchCacheOffset = mo;
434 }
435 inline int getRequiredMatchCache () {
436 return matchCacheOffset + size ();
437 }

Callers 1

addRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected