MCPcopy Index your code
hub / github.com/TanStack/devtools / closePipWindow

Function closePipWindow

packages/devtools/src/context/pip-context.tsx:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34 // Close pipWindow programmatically
35 const closePipWindow = () => {
36 const w = pipWindow()
37 if (w != null) {
38 w.close()
39 setPipWindow(null)
40 }
41 }
42
43 // Open new pipWindow
44 const requestPipWindow = (settings: string) => {

Callers 1

requestPipWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected