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

Method Println

testtools/mock_logging.go:17–20  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

15}
16
17func (loggerMock InfoLoggerMock) Println(v ...interface{}) {
18 loggerMock.Stats.PrintLnCallsCount++
19 loggerMock.Stats.PrintMsg = v[0].(string)
20}
21
22type ErrorLoggerMock struct {
23 Stats *callingFatalOnErrorFuncStats

Callers 15

ListFolderMethod · 0.80
PutObjectMethod · 0.80
DeleteObjectsMethod · 0.80
PutObjectMethod · 0.80
AddToBundleMethod · 0.80
DeleteObjectsWhereFunction · 0.80
CloseMethod · 0.80
PackFileIntoTarMethod · 0.80
tryExtractFilesFunction · 0.80

Calls

no outgoing calls

Tested by 9

CloseMethod · 0.64
prepareDataFolderFunction · 0.64
TestDeleteJournalInEndFunction · 0.64
BenchmarkExtractAllFunction · 0.64
deepCompareReadersFunction · 0.64
generateDataFunction · 0.64
testWalkFunction · 0.64
generateDataFunction · 0.64