MCPcopy
hub / github.com/jquery/esprima / lowercase

Function lowercase

test/3rdparty/angular-1.2.5.js:177–177  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

175 * @returns {string} Lowercased string.
176 */
177var lowercase = function(string){return isString(string) ? string.toLowerCase() : string;};
178
179
180/**

Callers 12

angular-1.2.5.jsFile · 0.85
toBooleanFunction · 0.85
startingTagFunction · 0.85
getFirstAnchorFunction · 0.85
parseHeadersFunction · 0.85
headersGetterFunction · 0.85
serverRequestFunction · 0.85
mergeHeadersFunction · 0.85
createHttpBackendFunction · 0.85
$LocationProviderFunction · 0.85
$SceProviderFunction · 0.85
$SnifferProviderFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…