Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/worker-dom
/ toLower
Function
toLower
src/utils.ts:1–1 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
1
export
const
toLower = (value: string): string => value.toLowerCase();
2
3
export
const
toUpper = (value: string): string => value.toUpperCase();
4
Callers
15
querySelectorAll
Function · 0.85
type
Method · 0.85
reflectProperties
Function · 0.85
matchAttrReference
Function · 0.85
addEventListener
Function · 0.85
removeEventListener
Function · 0.85
dispatchEvent
Function · 0.85
getElementsByTagName
Method · 0.85
cloneNode
Method · 0.85
createElement
Method · 0.85
getContext
Method · 0.85
hyphenateKey
Function · 0.85
Calls
no outgoing calls
Tested by
1
hydrateFilter
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…