MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / new

Method new

css-inline/src/html/attributes.rs:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28impl BloomFilter {
29 #[inline]
30 fn new() -> BloomFilter {
31 BloomFilter(0)
32 }
33
34 #[inline]
35 fn insert_hash(&mut self, hash: u64) {

Callers

nothing calls this directly

Calls 8

BloomFilterClass · 0.85
is_selector_whitespaceFunction · 0.85
hash_class_nameFunction · 0.85
as_bytesMethod · 0.80
is_emptyMethod · 0.80
nextMethod · 0.80
insert_hashMethod · 0.80
iterMethod · 0.80

Tested by

no test coverage detected