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

Function processAdds

CustomerManager/Scripts/breeze.debug.js:2004–2010  ·  view source on GitHub ↗
(obsArray, adds)

Source from the content-addressed store, hash-verified

2002 }
2003
2004 function processAdds(obsArray, adds) {
2005 obsArray._processAdds(adds);
2006 // this is referencing the name of the method on the complexArray not the name of the event
2007 //var args = { added: adds };
2008 //args[obsArray._typeName] = obsArray;
2009 publish(obsArray, "arrayChanged", { array: obsArray, added: adds });
2010 }
2011
2012 function processRemoves(obsArray, removes) {
2013 obsArray._processRemoves(removes);

Callers 1

breeze.debug.jsFile · 0.85

Calls 2

publishFunction · 0.85
setAspectFunction · 0.85

Tested by

no test coverage detected