MCPcopy Create free account
hub / github.com/solana-program/system / from_u64

Method from_u64

interface/src/error.rs:59–61  ·  view source on GitHub ↗
(n: u64)

Source from the content-addressed store, hash-verified

57 }
58 #[inline]
59 fn from_u64(n: u64) -> Option<Self> {
60 Self::from_i64(n as i64)
61 }
62}
63
64impl ToPrimitive for SystemError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected