Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dillo-browser/dillo
/ MatchCache
Method
MatchCache
src/css.hh:389–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
class MatchCache : public lout::misc::SimpleVector <int> {
388
public:
389
MatchCache() : lout::misc::SimpleVector <int> (0) {};
390
};
391
392
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected