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

Method GetDeclaredOutputFiles

pkg/workflow/agentic_engine.go:149–149  ·  view source on GitHub ↗

GetDeclaredOutputFiles returns a list of output files that this engine may produce These files will be automatically uploaded as artifacts if they exist

()

Source from the content-addressed store, hash-verified

147 // GetDeclaredOutputFiles returns a list of output files that this engine may produce
148 // These files will be automatically uploaded as artifacts if they exist
149 GetDeclaredOutputFiles() []string
150
151 // GetInstallationSteps returns the GitHub Actions steps needed to install this engine
152 GetInstallationSteps(workflowData *WorkflowData) []GitHubActionStep

Callers 2

getEngineArtifactPathsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected