MCPcopy Create free account
hub / github.com/EsperoTech/yaade / onCloseClear

Function onCloseClear

client/src/components/collectionView/MoveableHeader.tsx:357–366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

355 }
356
357 function onCloseClear() {
358 setState({
359 ...state,
360 newRequestName: '',
361 newCollectionName: '',
362 newScriptName: '',
363 importData: '',
364 });
365 onClose();
366 }
367
368 async function handleCreateRESTRequestClick() {
369 try {

Callers 6

handleCreateScriptClickFunction · 0.70
MoveableHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected