Function: createFileTrackingHook()
function createFileTrackingHook(tracker): AfterToolHook;
Defined in: context/file-tracking-hook.ts:79
Create an afterTool hook that tracks file accesses
Parameters
| Parameter | Type | Description |
|---|---|---|
tracker | FileAccessTracker | FileAccessTracker instance to record accesses |
Returns
An afterTool hook function