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

Function leanpy_array_set_core

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

Source from the content-addressed store, hash-verified

181}
182
183LEAN_EXPORT void leanpy_array_set_core(b_lean_obj_arg o, size_t i, lean_obj_arg v) {
184 lean_array_set_core(o, i, v);
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); }

Callers

nothing calls this directly

Calls 1

lean_array_set_coreFunction · 0.85

Tested by

no test coverage detected