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

Function leanpy_inc

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

Source from the content-addressed store, hash-verified

185}
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); }

Callers

nothing calls this directly

Calls 1

lean_incFunction · 0.85

Tested by

no test coverage detected