memoryAccessToolNames top-level constant

Set<String> const memoryAccessToolNames

Tool names used for memory file access detection.

Implementation

const Set<String> memoryAccessToolNames = {
  'file_read',
  'grep',
  'glob',
  'file_edit',
  'file_write',
};