claude-code/src/utils/attributionHooks.ts

6 lines
258 B
TypeScript
Raw Normal View History

2026-03-31 20:40:16 +08:00
// Auto-generated stub — replace with real implementation
export {};
export const clearAttributionCaches: any = (() => {}) as any;
export const sweepFileContentCache: any = (() => {}) as any;
export const registerAttributionHooks: any = (() => {}) as any;