Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 604 Bytes

File metadata and controls

32 lines (23 loc) · 604 Bytes

get_dead_code_with_confidence

Files with zero static dependents AND (when runtime data is supplied) zero observed runtime hits. The "safe to delete" list.

Input schema

{
  "type": "object",
  "properties": {
    "otlp_path": {
      "type": "string",
      "description": "Optional OTLP file for runtime confirmation."
    }
  },
  "required": []
}

Required arguments

None.

Properties

Name Type Description
otlp_path string Optional OTLP file for runtime confirmation.

See also