Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ to_f64
Method
to_f64
src/data/json/mod.rs:31–34 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
impl NumVal
30
{
31
pub fn to_f64(self) -> f64
32
{
33
self.into()
34
}
35
}
36
37
Callers
nothing calls this directly
Calls
1
into
Method · 0.80
Tested by
no test coverage detected