MCPcopy Create free account
hub / github.com/Glyphack/enderpy / StrId

Class StrId

parser/src/intern.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Clone, Copy, Eq, PartialEq, Hash, Serialize)]
10pub struct StrId(pub u32);
11
12impl Debug for StrId {
13 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 1

internMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected