MCPcopy
hub / github.com/wal-g/wal-g / Close

Method Close

internal/stream_push_helper_test.go:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (t *TestWriter) Close() error {
61 tracelog.DebugLogger.Println("Close Test writer")
62 t.CloseNotify <- struct{}{}
63 return nil
64}
65
66func GetFolder(networkErrorAfterByteSize int) (storage.Folder, func() error, error) {
67 cwd, err := filepath.Abs("./")

Callers

nothing calls this directly

Calls 1

PrintlnMethod · 0.80

Tested by

no test coverage detected