Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
cloudinary_ts_spec.ts
File · 0.80
search_spec.js
File · 0.80
search_folders_spec.js
File · 0.80
search_spec.js
File · 0.80
Calls
1
instance
Method · 0.95
Tested by
no test coverage detected