Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ numeric_value
Method
numeric_value
platforms/windows/src/node.rs:601–603 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
599
}
600
601
fn numeric_value(&self) -> f64 {
602
self.0.numeric_value().unwrap()
603
}
604
605
fn min_numeric_value(&self) -> f64 {
606
self.0.min_numeric_value().unwrap_or(0.0)
Callers
9
state
Method · 0.45
current_value
Method · 0.45
is_range_value_pattern_supported
Method · 0.45
node_updated
Method · 0.45
populate_node_info
Method · 0.45
filter_for_is_accessibility_element
Function · 0.45
value
Method · 0.45
can_be_focused
Method · 0.45
value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected