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

Function lowercase

lib/test/angular/1.7.0/angular.js:263–263  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

261 * @returns {string} Lowercased string.
262 */
263var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;};
264
265/**
266 * @private

Callers 15

nodeName_Function · 0.70
startingTagFunction · 0.70
angular.jsFile · 0.70
assertValidDirectiveNameFunction · 0.70
wrapTemplateFunction · 0.70
parseHeadersFunction · 0.70
headersGetterFunction · 0.70
mergeHeadersFunction · 0.70
serverRequestFunction · 0.70
sendReqFunction · 0.70
createHttpBackendFunction · 0.70
$SceProviderFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected