MCPcopy Create free account
hub / github.com/apache/cloudstack / lowercase

Function lowercase

tools/ngui/static/js/lib/angular.js:20–20  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

18 * @returns {string} Lowercased string.
19 */
20var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;};
21
22
23/**

Callers 11

angular.jsFile · 0.85
toBooleanFunction · 0.85
startingTagFunction · 0.85
getFirstAnchorFunction · 0.85
$LocationProviderFunction · 0.85
readNumberFunction · 0.85
$SnifferProviderFunction · 0.85
parseHeadersFunction · 0.85
headersGetterFunction · 0.85
$httpFunction · 0.85
createHttpBackendFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected