MCPcopy Create free account
hub / github.com/cloudinary/cloudinary_npm / execute

Method execute

lib/v2/search_folders.js:13–19  ·  view source on GitHub ↗
(options, callback)

Source from the content-addressed store, hash-verified

11 }
12
13 execute(options, callback) {
14 if (callback === null) {
15 callback = options;
16 }
17 options = options || {};
18 return api.search_folders(this.to_query(), options, callback);
19 }
20};
21
22module.exports = SearchFolders;

Callers

nothing calls this directly

Calls 1

to_queryMethod · 0.80

Tested by

no test coverage detected