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