Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/github/docs
/ handleResponseSelection
Function
handleResponseSelection
components/rest/RestCodeSamples.tsx:109–111 ·
view source on GitHub ↗
(responseKey: string)
Source
from the content-addressed store, hash-verified
107
}
108
109
const handleResponseSelection = (responseKey: string) => {
110
setSelectedResponse(responseKey)
111
}
112
113
const handleLanguageSelection = (languageKey: keyof ExampleT) => {
114
setSelectedLanguage(languageKey)
Callers
1
RestCodeSamples
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected