MCPcopy Create free account
hub / github.com/TanStack/query / unsubscribe

Function unsubscribe

packages/query-devtools/src/Devtools.tsx:484–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483
484 const unsubscribe = () => {
485 if (isResizing()) {
486 setIsResizing(false)
487 }
488 document.removeEventListener('mousemove', runDrag, false)
489 document.removeEventListener('mouseup', unsubscribe, false)
490 }
491
492 document.addEventListener('mousemove', runDrag, false)
493 document.addEventListener('mouseup', unsubscribe, false)

Callers 15

DevtoolsFunction · 0.70
utils.test.tsFile · 0.50
Devtools.test.tsxFile · 0.50
mutations.test.tsxFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected