Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
18
pub trait Number: Ord + Sized + Clone {
19
fn next(&self) -> Option<Self>;
20
}
21
impl_numbers!(u8, u16, u32, u64, u128);
22
impl_numbers!(i8, i16, i32, i64, i128);
23
Callers
6
getChainId
Method · 0.85
getChainId
Method · 0.85
normalizePorts
Function · 0.85
buildCreateVmPayload
Function · 0.85
autoMemoryDisplay
Function · 0.85
bigintToBeBytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected