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

Method GetSquidLogsSteps

pkg/workflow/copilot_engine.go:195–197  ·  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

193
194// GetSquidLogsSteps returns the steps for uploading and parsing Squid logs (after secret redaction)
195func (e *CopilotEngine) GetSquidLogsSteps(workflowData *WorkflowData) []GitHubActionStep {
196 return defaultGetSquidLogsSteps(workflowData, copilotLog)
197}
198
199// GetCleanupStep returns the post-execution cleanup step (currently empty)
200func (e *CopilotEngine) GetCleanupStep(workflowData *WorkflowData) GitHubActionStep {

Callers

nothing calls this directly

Calls 1

defaultGetSquidLogsStepsFunction · 0.85

Tested by

no test coverage detected