Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ clearCache
Function
clearCache
client/shared/cache/utils.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
};
39
40
const
clearCache = () => {
41
queryClient.removeQueries([name]);
42
};
43
44
req.refetch = refetch;
45
req.clearCache = clearCache;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected