MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / createAndSet

Function createAndSet

lib/test/angular/1.4.3/angular.js:25645–25650  ·  view source on GitHub ↗
(name, value, controller)

Source from the content-addressed store, hash-verified

25643 }
25644
25645 function createAndSet(name, value, controller) {
25646 if (!ctrl[name]) {
25647 ctrl[name] = {};
25648 }
25649 set(ctrl[name], value, controller);
25650 }
25651
25652 function unsetAndCleanup(name, value, controller) {
25653 if (ctrl[name]) {

Callers 1

setValidityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected