MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / String

Method String

agent/utils/postgresql/client/remote.go:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (b *limitedBuffer) String() string {
53 if b.truncated == 0 {
54 return b.buf.String()
55 }
56 return fmt.Sprintf("%s\n... truncated %d bytes ...", b.buf.String(), b.truncated)
57}
58
59type Remote struct {
60 Client *sql.DB

Callers 1

BackupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected