MCPcopy Create free account
hub / github.com/msgbyte/tailchat / refetch

Function refetch

client/shared/cache/utils.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }) as any;
35
36 const refetch = () => {
37 return queryClient.refetchQueries([name]);
38 };
39
40 const clearCache = () => {
41 queryClient.removeQueries([name]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected