(paths: Required<VaultTextSearchToolPaths>)
| 1677 | } |
| 1678 | |
| 1679 | function capabilityCacheKey(paths: Required<VaultTextSearchToolPaths>): string { |
| 1680 | return JSON.stringify(paths) |
| 1681 | } |
| 1682 | |
| 1683 | function candidateCacheKey( |
| 1684 | root: string, |
no outgoing calls
no test coverage detected