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

Method sort_by

lib/v2/search.js:52–54  ·  view source on GitHub ↗
(field_name, dir = 'asc')

Source from the content-addressed store, hash-verified

50 }
51
52 static sort_by(field_name, dir = 'asc') {
53 return this.instance().sort_by(field_name, dir);
54 }
55
56 static ttl(newTtl) {
57 return this.instance().ttl(newTtl);

Callers 4

search_spec.jsFile · 0.80
search_spec.jsFile · 0.80

Calls 1

instanceMethod · 0.95

Tested by

no test coverage detected