1MONGOC_GRIDFS_FILE_GET_MD5(3) libmongoc MONGOC_GRIDFS_FILE_GET_MD5(3)
23
4
SYNOPSIS
6const char *
7mongoc_gridfs_file_get_md5 (mongoc_gridfs_file_t *file);
8
PARAMETERS
10• file: A mongoc_gridfs_file_t.
11
DESCRIPTION
13Fetches the pre-computed MD5 for the underlying gridfs file.
14
RETURNS
16Returns a string that should not be modified or freed.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.25.1 Nov 08, 2023 MONGOC_GRIDFS_FILE_GET_MD5(3)