Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ unaryFn
Function
unaryFn
tools/ngui/static/js/lib/angular.js:6108–6112 ·
view source on GitHub ↗
(fn, right)
Source
from the content-addressed store, hash-verified
6106
}
6107
6108
function
unaryFn(fn, right) {
6109
return
function
(self, locals) {
6110
return
fn(self, locals, right);
6111
};
6112
}
6113
6114
function
binaryFn(left, fn, right) {
6115
return
function
(self, locals) {
Callers
1
unary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected