MCPcopy
hub / github.com/git-lfs/git-lfs / Trace

Method Trace

tq/ssh.go:408–413  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

406}
407
408func (a *SSHAdapter) Trace(format string, args ...interface{}) {
409 if !a.adapterBase.debugging {
410 return
411 }
412 tracerx.Printf(format, args...)
413}
414
415func configureSSHAdapter(m *concreteManifest) {
416 m.RegisterNewAdapterFunc("ssh", Upload, func(name string, dir Direction) Adapter {

Callers 6

WorkerStartingMethod · 0.45
sendMessageMethod · 0.45
readResponseMethod · 0.45
shutdownWorkerProcessMethod · 0.45
abortWorkerProcessMethod · 0.45
DoTransferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected