MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / useInvalidateActivityQuery

Function useInvalidateActivityQuery

cli/src/hooks/use-activity-query.ts:556–560  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554}
555
556export function useInvalidateActivityQuery() {
557 return useCallback((queryKey: readonly unknown[]) => {
558 invalidateActivityQuery(queryKey)
559 }, [])
560}
561
562/**
563 * Reset the activity query cache (mainly for testing).

Callers

nothing calls this directly

Calls 1

invalidateActivityQueryFunction · 0.85

Tested by

no test coverage detected