MCPcopy Create free account
hub / github.com/danielpatrickhug/GitModel / handleRepoUrlChange

Function handleRepoUrlChange

git-frontend/src/App.js:21–23  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

19 const [results, setResults] = useState(null);
20
21 const handleRepoUrlChange = (event) => {
22 setRepoUrl(event.target.value);
23 };
24
25 const handleOpenaiSecretChange = (event) => {
26 setOpenaiSecret(event.target.value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected