MCPcopy Create free account
hub / github.com/argumentcomputer/ix / CheckWorkItem

Class CheckWorkItem

crates/ffi/src/kernel.rs:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943/// Kind of per-constant error — selects which `CheckError` ctor to build on
944/// the Lean side. See tag constants at the top of the module.
945#[derive(Clone, Copy)]
946enum ErrKind {
947 Kernel,
948 Compile,
949}
950
951impl ErrKind {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected