MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / ParseBashTimeoutSecondsForTest

Function ParseBashTimeoutSecondsForTest

tools/builtin.go:1588–1590  ·  view source on GitHub ↗
(timeout any, timeoutSeconds any, defaultSeconds float64)

Source from the content-addressed store, hash-verified

1586}
1587
1588func generateUnifiedDiff(path, oldContent, newContent string, contextLines int) string {
1589 if oldContent == newContent {
1590 return ""
1591 }
1592 diff, err := difflib.GetUnifiedDiffString(difflib.UnifiedDiff{
1593 A: difflib.SplitLines(oldContent),

Callers

nothing calls this directly

Calls 1

parseBashTimeoutSecondsFunction · 0.85

Tested by

no test coverage detected