MCPcopy
hub / github.com/NginxProxyManager/nginx-proxy-manager / defaultOrder

Method defaultOrder

backend/models/proxy_host.js:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 static get defaultOrder() {
85 return [castJsonIfNeed("domain_names"), "ASC"];
86 }
87
88 static get relationMappings() {
89 return {

Callers

nothing calls this directly

Calls 1

castJsonIfNeedFunction · 0.90

Tested by

no test coverage detected