Skip to content
Snippets Groups Projects
Commit e6be2d71 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

schema: make space_foreach() usable in C code

 - Add a return code to both space_foreach() and its callback so that
   the caller can use it to propagate errors instead of throwing
   exceptions.
 - Make space_foreach() exception-free.
 - Export the function to C.

Preparation for converting engine implementation to C.

Needed for #2776
parent a65d7f9b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment