![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_ITER_HOLDS_CODEWSCOPE(iter) \ PARAMETERS
DESCRIPTIONThe bson_iter_codewscope() function acts similar to bson_iter_code() except for BSON_TYPE_CODEWSCOPE elements. It also will provide a pointer to the buffer for scope, which can be loaded into a bson_t using bson_init_static(). RETURNSAn UTF-8 encoded string containing the JavaScript code which should not be modified or freed. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|