We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b88cc commit 735e019Copy full SHA for 735e019
extension/data_loader/file_data_loader.cpp
@@ -76,7 +76,7 @@ FileDataLoader::~FileDataLoader() {
76
::close(fd_);
77
}
78
79
-Result<int> getFDFromUri(const char* file_descriptor_uri) {
+static Result<int> getFDFromUri(const char* file_descriptor_uri) {
80
// check if the uri starts with the prefix "fd://"
81
ET_CHECK_OR_RETURN_ERROR(
82
strncmp(
0 commit comments