MCPcopy 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
320func (e *sshCommandError) String() string {
321 e.mu.Lock()
322 defer e.mu.Unlock()
323 return strings.TrimSpace(e.buf.String())
324}
325
326func (e *sshCommandError) wrap(err error) error {
327 if err == nil {

Callers 15

wrapMethod · 0.95
MarshalJSONMethod · 0.45
ShortHashFunction · 0.45
IsRefExcludedFunction · 0.45
RefKindFromNameFunction · 0.45
FormatPlanLineFunction · 0.45
BuildPlansFunction · 0.45
BuildReplicationPlansFunction · 0.45
PlanRefFunction · 0.45
credentialInputFunction · 0.45
executeBatchedFunction · 0.45

Calls

no outgoing calls