MCPcopy Create free account
hub / github.com/SvelteStack/svelte-query / remove

Method remove

src/queryCore/core/queryObserver.ts:315–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 remove(): void {
316 this.client.getQueryCache().remove(this.currentQuery)
317 }
318
319 refetch<TPageData>(
320 options?: RefetchOptions & RefetchQueryFilters<TPageData>

Callers

nothing calls this directly

Calls 1

getQueryCacheMethod · 0.80

Tested by

no test coverage detected