MCPcopy
hub / github.com/cyclops-ui/cyclops / trimLogLine

Function trimLogLine

cyclops-ctrl/internal/controller/modules.go:1129–1135  ·  view source on GitHub ↗
(logLine string)

Source from the content-addressed store, hash-verified

1127}
1128
1129func trimLogLine(logLine string) string {
1130 parts := strings.SplitN(logLine, " ", 2)
1131 if len(parts) > 1 {
1132 return parts[1]
1133 }
1134 return logLine
1135}

Callers 2

GetLogsMethod · 0.85
GetLogsStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…