Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eigenform/perfect
/ Opcode38
Class
Opcode38
perfect/src/experiments/decoder.rs:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
139
pub struct Opcode38(u8);
140
impl Distribution<Opcode38> for Standard {
141
fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Opcode38 {
142
Opcode38(rng.gen())
Callers
1
sample
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected