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

Method fields

lib/v2/search.js:48–50  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

46 }
47
48 static fields(value) {
49 return this.instance().fields(value);
50 }
51
52 static sort_by(field_name, dir = 'asc') {
53 return this.instance().sort_by(field_name, dir);

Callers 2

search_spec.jsFile · 0.80
search_spec.jsFile · 0.80

Calls 1

instanceMethod · 0.95

Tested by

no test coverage detected