GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)
(workflowData *WorkflowData)
| 534 | |
| 535 | // GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction) |
| 536 | func (e *ClaudeEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep { |
| 537 | return defaultGetSquidLogsSteps(workflowData, claudeLog) |
| 538 | } |
| 539 | |
| 540 | func isEditToolExplicitlyDisabled(tools map[string]any) bool { |
| 541 | if tools == nil { |
nothing calls this directly
no test coverage detected