MCPcopy Create free account
hub / github.com/DanWahlin/CustomerManagerStandard / exec

Function exec

CustomerManager/Scripts/breeze.debug.js:951–963  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

949
950
951 function exec(self) {
952 // clear off last one if null
953 var contexts = self._contexts;
954 if (contexts[contexts.length - 1] == null) {
955 contexts.pop();
956 }
957 if (contexts.length === 0) {
958 return undefined;
959 }
960 return contexts.some(function (context) {
961 return context.fn(context, self.v);
962 });
963 }
964
965
966 proto.getMessage = function () {

Callers 1

breeze.debug.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected