Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
132
pub struct LegacyOpcode(u8);
133
impl Distribution<LegacyOpcode> for Standard {
134
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> LegacyOpcode {
135
LegacyOpcode(rng.gen())
Callers
1
sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected