Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/callstack/react-native-testing-library
/ capitalizeFirstLetter
Function
capitalizeFirstLetter
src/event-handler.ts:37–39 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
35
}
36
37
function
capitalizeFirstLetter(str: string) {
38
return
str.charAt(0).toUpperCase() + str.slice(1);
39
}
Callers
1
getEventHandlerName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…