Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NginxProxyManager/nginx-proxy-manager
/ defaultOrder
Method
defaultOrder
backend/models/stream.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
static get defaultOrder() {
58
return
[castJsonIfNeed(
"incoming_port"
),
"ASC"
];
59
}
60
61
static get relationMappings() {
62
return
{
Callers
nothing calls this directly
Calls
1
castJsonIfNeed
Function · 0.90
Tested by
no test coverage detected