MCPcopy
hub / github.com/codeaashu/claude-code / captureHooksConfigSnapshot

Function captureHooksConfigSnapshot

src/utils/hooks/hooksConfigSnapshot.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 * Respects the allowManagedHooksOnly setting
94 */
95export function captureHooksConfigSnapshot(): void {
96 initialHooksConfig = getHooksFromAllowedSources()
97}
98
99/**
100 * Update the hooks configuration snapshot

Callers 2

setupFunction · 0.85

Calls 1

Tested by

no test coverage detected