Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 570 Bytes

File metadata and controls

32 lines (23 loc) · 570 Bytes

get_high_impact_files

Get the files with the highest blast radius — most other files depend on them. Changing these files is highest risk.

Input schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of files to return (default 10)"
    }
  },
  "required": []
}

Required arguments

None.

Properties

Name Type Description
limit number Number of files to return (default 10)

See also