MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_string_dec_eq

Function lean_string_dec_eq

src/string.rs:78–80  ·  view source on GitHub ↗
(s1: b_lean_obj_arg, s2: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

76
77#[inline(always)]
78pub unsafe fn lean_string_dec_eq(s1: b_lean_obj_arg, s2: b_lean_obj_arg) -> u8 {
79 lean_string_eq(s1, s2) as u8
80}
81
82#[inline(always)]
83pub unsafe fn lean_string_dec_lt(s1: b_lean_obj_arg, s2: b_lean_obj_arg) -> u8 {

Callers

nothing calls this directly

Calls 1

lean_string_eqFunction · 0.85

Tested by

no test coverage detected