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

Function GetLogParserScript

pkg/workflow/js.go:23–27  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

21}
22
23func GetLogParserScript(name string) string {
24 // Return non-empty placeholder to indicate parser exists
25 // Actual script is loaded at runtime via require() from ${RUNNER_TEMP}/gh-aw/actions/
26 return "EXTERNAL_SCRIPT"
27}
28
29func GetLogParserBootstrap() string {
30 return ""

Callers 3

parseAgentLogFunction · 0.92
parseFirewallLogsFunction · 0.92
generateLogParsingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected