Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kethku/Pando
/ children
Method
children
aspen/src/context_stack/context.rs:135–137 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
133
}
134
135
pub(crate) fn children(&self) -> &Vec<Token> {
136
&self.element_children
137
}
138
139
pub fn child<
'b>(&self, element_token: Token, element_children: &'
a Vec<Token>) -> Context<'b>
140
where
Callers
1
mouse_region
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected