MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / lowercase

Function lowercase

web/static/bower_components/angular/angular.js:201–201  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

199 * @returns {string} Lowercased string.
200 */
201var lowercase = function(string) {return isString(string) ? string.toLowerCase() : string;};
202var hasOwnProperty = Object.prototype.hasOwnProperty;
203
204/**

Callers 15

nodeName_Function · 0.85
startingTagFunction · 0.85
angular.jsFile · 0.85
assertValidDirectiveNameFunction · 0.85
wrapTemplateFunction · 0.85
parseHeadersFunction · 0.85
headersGetterFunction · 0.85
serverRequestFunction · 0.85
mergeHeadersFunction · 0.85
createHttpBackendFunction · 0.85
$SceProviderFunction · 0.85
$SnifferProviderFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected