MCPcopy Create free account
hub / github.com/Botloader/botloader / NotBigU64

Class NotBigU64

components/runtime-models/src/util.rs:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#[derive(Debug, Clone, Copy, Deserialize, Serialize, Default)]
21pub struct NotBigU64(pub u64);
22
23impl From<u64> for NotBigU64 {
24 fn from(value: u64) -> Self {

Callers 15

fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
try_fromMethod · 0.85
fromMethod · 0.85
from_cacheMethod · 0.85
from_partialMethod · 0.85
try_fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected