MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp /

Class

client/src/components/Header/index.tsx:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38class Header extends React.Component<Props, { displayMenu: boolean }> {
39 menuButtonRef: React.RefObject<HTMLButtonElement>;
40 searchBarRef: React.RefObject<any>;
41 static displayName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected