MCPcopy 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

29impl NumVal
30{
31 pub fn to_f64(self) -> f64
32 {
33 self.into()
34 }
35}
36
37

Callers

nothing calls this directly

Calls 1

intoMethod · 0.80

Tested by

no test coverage detected