MCPcopy Create free account
hub / github.com/PerroEngine/Perro / dedupe_join

Function dedupe_join

perro_website/build.rs:454–469  ·  view source on GitHub ↗
(terms: Vec<String>)

Source from the content-addressed store, hash-verified

452 route_path,
453 title,
454 area,
455 nav_group,
456 nav_order: 0,
457 is_history,
458 summary,
459 headings,
460 keywords,
461 markdown,
462 html,
463 search_text,
464 });
465 Ok(())
466}
467
468fn is_history_page(collection: &str, slug: &str) -> bool {
469 collection == "docs"
470 && (slug.contains("audit")
471 || slug.contains("_design")
472 || slug.contains("_abi_")

Callers 1

doc_keywordsFunction · 0.85

Calls 5

anyMethod · 0.80
joinMethod · 0.80
is_emptyMethod · 0.45
iterMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected