Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/entireio/git-sync
/ String
Method
String
internal/gitproto/ssh.go:320–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
318
}
319
320
func
(e *sshCommandError) String() string {
321
e.mu.Lock()
322
defer
e.mu.Unlock()
323
return
strings.TrimSpace(e.buf.String())
324
}
325
326
func
(e *sshCommandError) wrap(err error) error {
327
if
err == nil {
Callers
15
wrap
Method · 0.95
MarshalJSON
Method · 0.45
ShortHash
Function · 0.45
IsRefExcluded
Function · 0.45
RefKindFromName
Function · 0.45
FormatPlanLine
Function · 0.45
BuildPlans
Function · 0.45
BuildReplicationPlans
Function · 0.45
PlanRef
Function · 0.45
credentialInput
Function · 0.45
TestExecuteRequiresTargetPusherBeforeGitHubPreflight
Function · 0.45
executeBatched
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestExecuteRequiresTargetPusherBeforeGitHubPreflight
Function · 0.36
TestLeaseFailureErrorEscalatesPastBestEffort
Function · 0.36
TestBootstrap_GitHTTPBackendBatchedBranch
Function · 0.36
TestBootstrap_GitHTTPBackendBatchedBranchResume
Function · 0.36
Stderr
Method · 0.36
assertGitRefEqual
Function · 0.36
assertGitRefAbsent
Function · 0.36
refHashFromInfos
Function · 0.36
TestProgressReporterRendersBothSides
Function · 0.36
TestProgressReporterTerminateEmitsNewline
Function · 0.36
TestProgressReporterRendersPhase
Function · 0.36
TestProgressReporterFinalFrameOmitsPhase
Function · 0.36