MCPcopy Create free account
hub / github.com/apache/cloudstack / consume

Function consume

tools/ngui/static/js/lib/angular.js:6102–6106  ·  view source on GitHub ↗
(e1)

Source from the content-addressed store, hash-verified

6100 }
6101
6102 function consume(e1){
6103 if (!expect(e1)) {
6104 throwError("is unexpected, expecting [" + e1 + "]", peek());
6105 }
6106 }
6107
6108 function unaryFn(fn, right) {
6109 return function(self, locals) {

Callers 5

primaryFunction · 0.85
_objectIndexFunction · 0.85
_functionCallFunction · 0.85
arrayDeclarationFunction · 0.85
objectFunction · 0.85

Calls 3

expectFunction · 0.85
throwErrorFunction · 0.85
peekFunction · 0.85

Tested by

no test coverage detected