MCPcopy Create free account
hub / github.com/eigenform/perfect / LegacyOpcode

Class LegacyOpcode

perfect/src/experiments/decoder.rs:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131#[derive(Clone, Copy, Debug, PartialEq, Eq)]
132pub struct LegacyOpcode(u8);
133impl Distribution<LegacyOpcode> for Standard {
134 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> LegacyOpcode {
135 LegacyOpcode(rng.gen())

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected