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

Method GetSquidLogsSteps

pkg/workflow/codex_engine.go:491–493  ·  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

489
490// GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)
491func (e *CodexEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep {
492 return defaultGetSquidLogsSteps(workflowData, codexEngineLog)
493}
494
495// expandNeutralToolsToCodexTools converts neutral tools to Codex-specific tools format
496// This ensures that playwright tools get the same allowlist as the copilot agent

Callers

nothing calls this directly

Calls 1

defaultGetSquidLogsStepsFunction · 0.85

Tested by

no test coverage detected