Skip to content

Commit 133da19

Browse files
committed
docs
1 parent cc75339 commit 133da19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/custom-query-modules/c/c-api.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4052,6 +4052,8 @@ enum mgp_error mgp_result_set_error_msg(struct mgp_result *res, const char *erro
40524052

40534053
enum mgp_error mgp_result_new_record(struct mgp_result *res, struct mgp_result_record **result);
40544054

4055+
enum mgp_error mgp_result_reserve(struct mgp_result *res, size_t n);
4056+
40554057
enum mgp_error mgp_result_record_insert(struct mgp_result_record *record, const char *field_name,
40564058
struct mgp_value *val);
40574059

0 commit comments

Comments
 (0)