Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/d0iasm/saba
/ document
Method
document
core/src/renderer/dom/window.rs:40–42 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
}
39
40
pub fn document(&self) -> Rc<RefCell<Node>> {
41
self.document.clone()
42
}
43
}
Callers
10
receive_response
Method · 0.80
create_frame
Method · 0.80
set_layout_view
Method · 0.80
execute_js
Method · 0.80
create_layout_view
Function · 0.80
insert_element
Method · 0.80
test_body
Function · 0.80
test_text
Function · 0.80
test_multiple_nodes
Function · 0.80
test_no_body_tag
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_body
Function · 0.64
test_text
Function · 0.64
test_multiple_nodes
Function · 0.64
test_no_body_tag
Function · 0.64