MCPcopy Create free account
hub / github.com/github/gh-aw / GetSquidLogsSteps

Method GetSquidLogsSteps

pkg/workflow/claude_engine.go:536–538  ·  view source on GitHub ↗

GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)

(workflowData *WorkflowData)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

defaultGetSquidLogsStepsFunction · 0.85

Tested by

no test coverage detected