MCPcopy
hub / github.com/eolinker/goku_lite / append

Function append

console/static/src/app/vendor.js:39204–39206  ·  view source on GitHub ↗
(elm)

Source from the content-addressed store, hash-verified

39202 names = ['ng:app', 'ng-app', 'x-ng-app', 'data-ng-app'],
39203 NG_APP_CLASS_REGEXP = /\sng[:\-]app(:\s*([\w\d_]+);?)?\s/,
39204 append = function append(elm) {
39205 return elm && elements.push(elm);
39206 };
39207
39208 angular.forEach(names, function (name) {
39209 names[name] = true;

Callers 15

ConvertArrayFunction · 0.85
GetRandomStringFunction · 0.85
SSHClientFunction · 0.85
CheckPluginIsAvailiableFunction · 0.85
vendor.jsFile · 0.85
SearchFunction · 0.85
GetAllFunction · 0.85
InitFieldsMethod · 0.85
ReadMethod · 0.85
ListFunction · 0.85
SimpleListFunction · 0.85
GetMonitorModulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected