Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ phrases
Function
phrases
backend/src/git/search.rs:517–521 ·
view source on GitHub ↗
(iter: &[&str])
Source
from the content-addressed store, hash-verified
515
use super::*;
516
517
fn phrases(iter: &[&str]) -> BTreeSet<Phrase> {
518
iter.iter()
519
.map(|s| Phrase::parse(s))
520
.collect::<BTreeSet<Phrase>>()
521
}
522
523
#[test]
524
fn valid_path_specs() {
Callers
nothing calls this directly
Calls
2
parse
Function · 0.85
iter
Method · 0.45
Tested by
no test coverage detected