MCPcopy Create free account
hub / github.com/docker/getting-started / makeEventKey

Function makeEventKey

app/src/static/js/react-bootstrap.js:9241–9244  ·  view source on GitHub ↗
(eventKey, href)

Source from the content-addressed store, hash-verified

9239
9240var SelectableContext = external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createContext();
9241var makeEventKey = function makeEventKey(eventKey, href) {
9242 if (eventKey != null) return String(eventKey);
9243 return href || null;
9244};
9245/* harmony default export */ var src_SelectableContext = (SelectableContext);
9246// CONCATENATED MODULE: ./src/AccordionToggle.js
9247

Callers 2

react-bootstrap.jsFile · 0.85
useTabContextFunction · 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…