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

Function GetJavaScriptSources

pkg/workflow/js.go:19–21  ·  view source on GitHub ↗

Public Get* functions return empty strings since embedded scripts were removed

()

Source from the content-addressed store, hash-verified

17// Public Get* functions return empty strings since embedded scripts were removed
18
19func GetJavaScriptSources() map[string]string {
20 return map[string]string{}
21}
22
23func GetLogParserScript(name string) string {
24 // Return non-empty placeholder to indicate parser exists

Callers 3

buildActionFunction · 0.92
parseAgentLogFunction · 0.92
GetAllScriptFilenamesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected