MCPcopy Create free account
hub / github.com/Schwenger/RustTyC / TcKey

Class TcKey

src/keys.rs:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186/// ```
187#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord)]
188pub struct TcKey {
189 pub(crate) ix: usize,
190}
191
192impl TcKey {
193 pub(crate) fn new(ix: usize) -> TcKey {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected