Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ len
Method
len
regex/src/sparse.rs:34–36 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
32
}
33
34
pub fn len(&self) -> usize {
35
self.dense.len()
36
}
37
38
pub fn is_empty(&self) -> bool {
39
self.dense.is_empty()
Callers
1
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected