Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ docs_pages
Function
docs_pages
perro_website/src/docs.rs:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
pub fn docs() -> &'static [DocPage] {
36
DOCS.as_slice()
37
}
38
39
pub fn docs_pages() -> Vec<&'static DocPage> {
40
docs()
41
.iter()
42
.filter(|doc| doc.collection ==
"docs"
)
43
.collect()
44
}
Callers
1
docs_index_does_not_include_book_pages
Function · 0.85
Calls
2
docs
Function · 0.85
iter
Method · 0.45
Tested by
1
docs_index_does_not_include_book_pages
Function · 0.68