MCPcopy
hub / github.com/Postcatlab/postcat / lowercase

Function lowercase

src/workbench/browser/src/ng1/lib/angular/angular.js:304–306  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

302 * @returns {string} Lowercased string.
303 */
304 var lowercase = function (string) {
305 return isString(string) ? string.toLowerCase() : string;
306 };
307
308 /**
309 * @private

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
mergeHeadersFunction · 0.85
serverRequestFunction · 0.85
sendReqFunction · 0.85
createHttpBackendFunction · 0.85
$SceProviderFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected