MCPcopy Create free account
hub / github.com/acking-you/static_flow / document

Function document

crates/frontend/src/seo.rs:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 工作流一键发布与部署。";
14
15fn document() -> Option<Document> {
16 window().and_then(|win| win.document())
17}
18
19fn head() -> Option<Element> {
20 let doc = document()?;

Callers 10

headFunction · 0.85
upsert_head_elementFunction · 0.85
remove_nodesFunction · 0.85
set_html_langFunction · 0.85
set_document_titleFunction · 0.85
set_hreflang_linksFunction · 0.85
modalFunction · 0.85
drawerFunction · 0.85
reading_progressFunction · 0.85
search_suggestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected