MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / Number

Interface Number

vmm/src/app/id_pool.rs:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 };
17}
18pub trait Number: Ord + Sized + Clone {
19 fn next(&self) -> Option<Self>;
20}
21impl_numbers!(u8, u16, u32, u64, u128);
22impl_numbers!(i8, i16, i32, i64, i128);
23

Callers 6

getChainIdMethod · 0.85
getChainIdMethod · 0.85
normalizePortsFunction · 0.85
buildCreateVmPayloadFunction · 0.85
autoMemoryDisplayFunction · 0.85
bigintToBeBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected