Files
claude-code/src/utils/attributionHooks.ts
2026-04-04 01:21:00 +08:00

5 lines
241 B
TypeScript

// Auto-generated stub — replace with real implementation
export const clearAttributionCaches: () => void = () => {};
export const sweepFileContentCache: () => void = () => {};
export const registerAttributionHooks: () => void = () => {};