Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dresende/node-orm2
/ aggregateAlias
Function
aggregateAlias
lib/AggregateFunctions.js:186–188 ·
view source on GitHub ↗
(fun, fields)
Source
from the content-addressed store, hash-verified
184
}
185
186
function
aggregateAlias(fun, fields) {
187
return
fun + (fields && fields.length ?
"_"
+ fields.join(
"_"
) :
""
);
188
}
Callers
2
appendFunction
Function · 0.85
AggregateFunctions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected