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

Function rs_roundtrip_decompile_error

crates/ffi/src/compile.rs:1491–1496  ·  view source on GitHub ↗
(
  obj: LeanIxDecompileError<LeanBorrowed<'_>>,
)

Source from the content-addressed store, hash-verified

1489 ctor.set_obj(0, LeanIxSerializeError::build(se));
1490 ctor
1491 },
1492 }
1493 }
1494}
1495
1496impl<R: LeanRef> LeanIxCompileError<R> {
1497 /// Decode a Lean CompileError to a Rust CompileError.
1498 pub fn decode(&self) -> CompileError {
1499 match self.as_ctor().tag() {

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected