Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ len
Method
len
backend/src/git/ext.rs:178–180 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
176
177
impl Synonyms {
178
pub fn len(&self) -> usize {
179
self.0.len()
180
}
181
182
pub fn is_empty(&self) -> bool {
183
self.0.is_empty()
Callers
10
try_from
Method · 0.45
parts
Method · 0.45
is_valid
Method · 0.45
cmp
Method · 0.45
parse_path
Function · 0.45
parse
Method · 0.45
url_paths
Method · 0.45
has_subsequence
Method · 0.45
viewer_can_delete_synonyms
Method · 0.45
count
Function · 0.45
Calls
no outgoing calls
Tested by
1
count
Function · 0.36