MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / leanpy_dec

Function leanpy_dec

LeanPy/native/python_bridge.c:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187LEAN_EXPORT void leanpy_inc(b_lean_obj_arg o) { lean_inc(o); }
188LEAN_EXPORT void leanpy_dec(lean_obj_arg o) { lean_dec(o); }
189LEAN_EXPORT void leanpy_inc_ref(b_lean_obj_arg o) { lean_inc_ref(o); }
190LEAN_EXPORT void leanpy_dec_ref(lean_obj_arg o) { lean_dec_ref(o); }
191LEAN_EXPORT void leanpy_inc_ref_n(b_lean_obj_arg o, size_t n) { lean_inc_ref_n(o, n); }

Callers

nothing calls this directly

Calls 1

lean_decFunction · 0.85

Tested by

no test coverage detected