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

Function rs_roundtrip_serialize_error

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

Source from the content-addressed store, hash-verified

1509 ),
1510 2 => {
1511 let reason = self.get_obj(0).as_string().to_string();
1512 CompileError::InvalidMutualBlock { reason }
1513 },
1514 3 => {
1515 let desc = self.get_obj(0).as_string().to_string();
1516 CompileError::UnsupportedExpr { desc }
1517 },
1518 4 => {
1519 let curr = self.get_obj(0).as_string().to_string();

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected