Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
impl 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
BloomFilter
Class · 0.85
is_selector_whitespace
Function · 0.85
hash_class_name
Function · 0.85
as_bytes
Method · 0.80
is_empty
Method · 0.80
next
Method · 0.80
insert_hash
Method · 0.80
iter
Method · 0.80
Tested by
no test coverage detected