Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
177
var
lowercase =
function
(string){
return
isString(string) ? string.toLowerCase() : string;};
178
179
180
/**
Callers
12
angular-1.2.5.js
File · 0.85
toBoolean
Function · 0.85
startingTag
Function · 0.85
getFirstAnchor
Function · 0.85
parseHeaders
Function · 0.85
headersGetter
Function · 0.85
serverRequest
Function · 0.85
mergeHeaders
Function · 0.85
createHttpBackend
Function · 0.85
$LocationProvider
Function · 0.85
$SceProvider
Function · 0.85
$SnifferProvider
Function · 0.85
Calls
1
isString
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…