Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
fn document() -> Option<Document> {
16
window().and_then(|win| win.document())
17
}
18
19
fn head() -> Option<Element> {
20
let doc = document()?;
Callers
10
head
Function · 0.85
upsert_head_element
Function · 0.85
remove_nodes
Function · 0.85
set_html_lang
Function · 0.85
set_document_title
Function · 0.85
set_hreflang_links
Function · 0.85
modal
Function · 0.85
drawer
Function · 0.85
reading_progress
Function · 0.85
search_suggest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected